Home
last modified time | relevance | path

Searched refs:PCI_BDF_TO_DEVFN (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci.h20 #define PCI_BDF_TO_DEVFN(x) ((x) & 0xff) macro
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c555 devfn = PCI_BDF_TO_DEVFN(pirq); in vfu_object_set_irq()