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