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

  /src/sys/dev/pci/
if_athn_pci.c 99 } athn_pci_devices[] = { local in function:athn_pci_match
114 for (i = 0; i < __arraycount(athn_pci_devices); i++) {
115 if (PCI_VENDOR(pa->pa_id) == athn_pci_devices[i].apd_vendor &&
116 PCI_PRODUCT(pa->pa_id) == athn_pci_devices[i].apd_product)
if_athn_pci.c 99 } athn_pci_devices[] = { local in function:athn_pci_match
114 for (i = 0; i < __arraycount(athn_pci_devices); i++) {
115 if (PCI_VENDOR(pa->pa_id) == athn_pci_devices[i].apd_vendor &&
116 PCI_PRODUCT(pa->pa_id) == athn_pci_devices[i].apd_product)

Completed in 21 milliseconds