Searched refs:PCIE_DPRINTF (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pcie_aer.c | 33 # define PCIE_DPRINTF(fmt, ...) \ macro 36 # define PCIE_DPRINTF(fmt, ...) do {} while (0) macro 39 PCIE_DPRINTF("%s:%x "fmt, (dev)->name, (dev)->devfn, ## __VA_ARGS__)
|
H A D | pcie.c | 35 # define PCIE_DPRINTF(fmt, ...) \ macro 38 # define PCIE_DPRINTF(fmt, ...) do {} while (0) macro 41 PCIE_DPRINTF("%s:%x "fmt, (dev)->name, (dev)->devfn, ## __VA_ARGS__)
|