Searched defs:PCI_BDF (Results 1 – 2 of 2) sorted by relevance
/xen/xen/include/xen/ | ||
A D | pci.h | 35 #define PCI_BDF(b,d,f) ((((b) & 0xff) << 8) | PCI_DEVFN(d,f)) macro |
/xen/tools/libxl/ | ||
A D | libxl_pci.c | 21 #define PCI_BDF "%04x:%02x:%02x.%01x" macro |
Completed in 8 milliseconds