Home
last modified time | relevance | path

Searched defs:PCI_SLOT (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/xen/
A Dpci.h31 #define PCI_SLOT(bdf) (((bdf) >> 3) & 0x1f) macro
/xen/tools/libxl/
A Dlibxl_internal.h760 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro

Completed in 15 milliseconds