Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pci/
HDpcib_support.c79 *slot = PCI_RID2SLOT(rid); in pcib_decode_rid()
HDpcireg.h69 #define PCI_RID2SLOT(rid) (((rid) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX) macro
HDpci_pci.c2579 *slot = PCI_RID2SLOT(rid); in pcib_ari_decode_rid()
/freebsd-11-stable/sys/x86/iommu/
HDintel_fault.c221 slot = PCI_RID2SLOT(sid); in dmar_fault_task()