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

/external/qemu/hw/pci/
H A Dpci.c794 static const char * const pci_nic_models[] = { variable
825 qemu_check_nic_model_list(nd, pci_nic_models, default_model);
827 for (i = 0; pci_nic_models[i]; i++) {
828 if (strcmp(nd->model, pci_nic_models[i]) == 0) {

Completed in 30 milliseconds