Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_pci_devlist.h39 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
44 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
49 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
54 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
59 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
64 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
69 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
74 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
79 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
86 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
[all …]
H A Dif_ath_pci.c119 #define PCI_DEVICE_SUB(v, d, dv, ds) \ macro