Searched refs:pci_nic_models (Results 1 – 1 of 1) sorted by relevance
787 static const char * const pci_nic_models[] = { variable818 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()