Home
last modified time | relevance | path

Searched refs:dev_table (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_pci.c147 ath_pci_probe_device(device_t dev, const struct pci_device_id *dev_table, int nentries) in ath_pci_probe_device() argument
160 if (! dev_table[i].match_populated) in ath_pci_probe_device()
163 if (dev_table[i].match_vendor_id && in ath_pci_probe_device()
164 (dev_table[i].vendor_id != vendor_id)) in ath_pci_probe_device()
166 if (dev_table[i].match_device_id && in ath_pci_probe_device()
167 (dev_table[i].device_id != device_id)) in ath_pci_probe_device()
169 if (dev_table[i].match_sub_vendor_id && in ath_pci_probe_device()
170 (dev_table[i].sub_vendor_id != sub_vendor_id)) in ath_pci_probe_device()
172 if (dev_table[i].match_sub_device_id && in ath_pci_probe_device()
173 (dev_table[i].sub_device_id != sub_device_id)) in ath_pci_probe_device()
[all …]