Searched refs:PCI_BDF_TO_DEVFN (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/pci/ | ||
H A D | pci.h | 20 #define PCI_BDF_TO_DEVFN(x) ((x) & 0xff) macro |
/openbmc/qemu/hw/remote/ | ||
H A D | vfio-user-obj.c | 555 devfn = PCI_BDF_TO_DEVFN(pirq); in vfu_object_set_irq() |