Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcib_support.c70 *id = (PCI_RID(bus, slot, func)); in pcib_get_id()
H A Dpcireg.h61 #define PCI_RID(bus, slot, func) \ macro
H A Dpci_pci.c3017 *id = (PCI_RID(bus, slot, func)); in pcib_ari_get_id()
/freebsd/sys/x86/iommu/
H A Dintel_drv.c864 *rid = PCI_RID(devscope->Bus, in dmar_find_nonpci()
983 *rid = PCI_RID(busno, path->Device, path->Function); in dmar_path_dev()
/freebsd/sys/dev/iommu/
H A Dbusdma_iommu.c211 *rid = PCI_RID(pci_get_bus(l), 0, 0); in iommu_get_requester()