HomeSort by: relevance | last modified time | path
    Searched defs:iwm_devices (Results 1 - 2 of 2) sorted by relevancy

  /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])

Completed in 32 milliseconds