Home
last modified time | relevance | path

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

/freebsd/sys/dev/ichsmb/
H A Dichsmb_pci.c273 tbl = PCI_MATCH(dev, ichsmb_devices); in ichsmb_pci_probe()
/freebsd/sys/dev/ath/
H A Dif_ath_pci.c177 pd = PCI_MATCH(dev, ath_pci_id_table); in ath_pci_attach()
/freebsd/sys/dev/intel/
H A Dpchtherm.c113 tbl = PCI_MATCH(dev, pchtherm_devices); in pchtherm_probe()
/freebsd/sys/dev/amdsmb/
H A Damdsmb.c135 tbl = PCI_MATCH(dev, amdsmb_devs); in amdsmb_probe()
/freebsd/sys/dev/pci/
H A Dpcivar.h327 #define PCI_MATCH(child, table) \ macro
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c1205 tbl = PCI_MATCH(device, amd_ntb_devs); in amd_ntb_probe()