Searched defs:PCI_SLOT (Results 1 – 2 of 2) sorted by relevance
/xen/xen/include/xen/ | ||
A D | pci.h | 31 #define PCI_SLOT(bdf) (((bdf) >> 3) & 0x1f) macro |
/xen/tools/libxl/ | ||
A D | libxl_internal.h | 760 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro |
Completed in 15 milliseconds