Searched refs:pci_nic_models (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dpci.c787 static const char * const pci_nic_models[] = { variable
818 qemu_check_nic_model_list(nd, pci_nic_models, default_model);
820 for (i = 0; pci_nic_models[i]; i++) {
821 if (strcmp(nd->model, pci_nic_models[i]) == 0) {

Completed in 63 milliseconds