Home
last modified time | relevance | path

Searched refs:PCIE_AER_ERR_MAYBE_ADVISORY (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpcie_aer.h34 #define PCIE_AER_ERR_MAYBE_ADVISORY 0x2 /* maybe advisory non-fatal */ macro
/openbmc/qemu/hw/pci/
H A Dpci-hmp-cmds.c207 aer_err.flags |= PCIE_AER_ERR_MAYBE_ADVISORY; in hmp_pcie_aer_inject_error()
H A Dpcie_aer.c691 if (!is_fatal && (err->flags & PCIE_AER_ERR_MAYBE_ADVISORY)) { in pcie_aer_inject_error()