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

/freebsd-10.3-release/sys/dev/xen/pcifront/
H A Dpcifront.c585 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/freebsd-10.3-release/sys/ofed/include/linux/
H A Dpci.h75 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro

Completed in 65 milliseconds