Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dpci.h31 #define PCI_SLOT(bdf) (((bdf) >> 3) & 0x1f) macro
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_internal.h530 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro

Completed in 13 milliseconds