Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/pci/
HDpcib_support.c67 *id = (PCI_RID(bus, slot, func)); in pcib_get_id()
HDpcireg.h61 #define PCI_RID(bus, slot, func) \ macro
HDpci_pci.c2907 *id = (PCI_RID(bus, slot, func)); in pcib_ari_get_id()
/freebsd-13-stable/sys/x86/iommu/
HDintel_drv.c854 *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/
HDbusdma_iommu.c211 *rid = PCI_RID(pci_get_bus(l), 0, 0); in iommu_get_requester()