Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pci/
Dpcireg.h58 #define PCI_RID_SLOT_SHIFT 3 macro
63 (((slot) & PCI_SLOTMAX) << PCI_RID_SLOT_SHIFT) | \
71 #define PCI_RID2SLOT(rid) (((rid) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX)
78 #define PCIE_ARI_SLOT(func) (((func) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX)