Searched refs:PCI_RID (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/dev/pci/ |
| HD | pcib_support.c | 67 *id = (PCI_RID(bus, slot, func)); in pcib_get_id()
|
| HD | pcireg.h | 61 #define PCI_RID(bus, slot, func) \ macro
|
| HD | pci_pci.c | 2907 *id = (PCI_RID(bus, slot, func)); in pcib_ari_get_id()
|
| /freebsd-13-stable/sys/x86/iommu/ |
| HD | intel_drv.c | 854 *rid = PCI_RID(devscope->Bus, in dmar_find_nonpci() 973 *rid = PCI_RID(busno, path->Device, path->Function); in dmar_path_dev()
|
| /freebsd-13-stable/sys/dev/iommu/ |
| HD | busdma_iommu.c | 211 *rid = PCI_RID(pci_get_bus(l), 0, 0); in iommu_get_requester()
|