Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/
H A Dif_ath_pci.c86 PCI_DEV(v,d)
89 PCI_DEV(v, d), PCI_SUBDEV(sv, sd)
/freebsd-12.1/sys/compat/linsysfs/
H A Dlinsysfs.c400 #undef PCI_DEV
401 #define PCI_DEV "pci" macro
424 if (name && strcmp(name, PCI_DEV) == 0) { in linsysfs_run_bus()
/freebsd-12.1/sys/dev/amdsmb/
H A Damdsmb.c129 { PCI_DEV(AMDSMB_VENDORID_AMD, AMDSMB_DEVICEID_AMD8111_SMB2),
/freebsd-12.1/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c107 { PCI_DEV(NTB_HW_AMD_VENDOR_ID, NTB_HW_AMD_DEVICE_ID1),
110 { PCI_DEV(NTB_HW_AMD_VENDOR_ID, NTB_HW_AMD_DEVICE_ID2),
/freebsd-12.1/sys/dev/pci/
H A Dpcivar.h296 #define PCI_DEV(v, d) \ macro