Searched defs:PCI_RID2FUNC (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/pci/
H A Dpcireg.h71 #define PCI_RID2FUNC(rid) (((rid) >> PCI_RID_FUNC_SHIFT) & PCI_FUNCMAX) macro

Completed in 53 milliseconds