Searched defs:PCI_FUNC (Results 1 – 2 of 2) sorted by relevance
/xen/xen/include/xen/ | ||
A D | pci.h | 32 #define PCI_FUNC(bdf) ((bdf) & 0x07) macro |
/xen/tools/libxl/ | ||
A D | libxl_internal.h | 761 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro |
Completed in 17 milliseconds