Home
last modified time | relevance | path

Searched refs:PCI_RID2SLOT (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/sys/dev/pci/
HDpcib_support.c80 *slot = PCI_RID2SLOT(rid); in pcib_decode_rid()
HDpcireg.h71 #define PCI_RID2SLOT(rid) (((rid) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX) macro
HDpci_iov.c744 if (!ari_enabled && PCI_RID2SLOT(last_rid) != 0) { in pci_iov_config()
HDpci_pci.c2415 *slot = PCI_RID2SLOT(rid); in pcib_ari_decode_rid()
/freebsd-head/sys/x86/iommu/
HDintel_fault.c220 slot = PCI_RID2SLOT(sid); in dmar_fault_task()
HDamd_ctx.c518 slot = PCI_RID2SLOT(rid); in amdiommu_get_ctx_for_dev()
HDintel_ctx.c519 slot = PCI_RID2SLOT(rid); in dmar_get_ctx_for_dev1()
/freebsd-head/sys/amd64/vmm/amd/
HDamdvi_hw.c66 #define RID2PCI_STR(d) PCI_RID2BUS(d), PCI_RID2SLOT(d), PCI_RID2FUNC(d)
128 PCI_RID2SLOT(softc->pci_rid), PCI_RID2FUNC(softc->pci_rid), in amdvi_pci_read()
146 dev = pci_find_bsf(PCI_RID2BUS(devid), PCI_RID2SLOT(devid), in amdvi_find_ats_qlen()
HDivrs_drv.c654 PCI_RID2SLOT(ivhd->Header.DeviceId), in ivhd_attach()
/freebsd-head/sys/amd64/vmm/intel/
HDvtd.c224 if (PCI_RID2SLOT(rid) != path->Device) in vtd_device_scope()