Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_iwm.c | 7694 static const pci_product_id_t iwm_devices[] = { variable in typeref:typename:const pci_product_id_t[] 7719 for (size_t i = 0; i < __arraycount(iwm_devices); i++) 7720 if (PCI_PRODUCT(pa->pa_id) == iwm_devices[i]) |
if_iwm.c | 7694 static const pci_product_id_t iwm_devices[] = { variable in typeref:typename:const pci_product_id_t[] 7719 for (size_t i = 0; i < __arraycount(iwm_devices); i++) 7720 if (PCI_PRODUCT(pa->pa_id) == iwm_devices[i]) |