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

/freebsd-11-stable/sys/dev/pci/
H A Dpcib_support.c79 *slot = PCI_RID2SLOT(rid);
H A Dpcireg.h69 #define PCI_RID2SLOT(rid) (((rid) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX) macro
H A Dpci_pci.c2579 *slot = PCI_RID2SLOT(rid);
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_fault.c221 slot = PCI_RID2SLOT(sid);

Completed in 77 milliseconds