Home
last modified time | relevance | path

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

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