Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcib_support.c80 *slot = PCI_RID2SLOT(rid); in pcib_decode_rid()
H A Dpcireg.h71 #define PCI_RID2SLOT(rid) (((rid) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX) macro
H A Dpci_iov.c743 if (!ari_enabled && PCI_RID2SLOT(last_rid) != 0) { in pci_iov_config()
H A Dpci_pci.c2828 *slot = PCI_RID2SLOT(rid); in pcib_ari_decode_rid()
/freebsd/sys/x86/iommu/
H A Dintel_fault.c220 slot = PCI_RID2SLOT(sid); in dmar_fault_task()
H A Dintel_ctx.c536 slot = PCI_RID2SLOT(rid); in dmar_get_ctx_for_dev1()
/freebsd/sys/amd64/vmm/amd/
H A Damdvi_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()
H A Divrs_drv.c654 PCI_RID2SLOT(ivhd->Header.DeviceId), in ivhd_attach()
/freebsd/sys/amd64/vmm/intel/
H A Dvtd.c224 if (PCI_RID2SLOT(rid) != path->Device) in vtd_device_scope()