Home
last modified time | relevance | path

Searched refs:PCI_ERR_ROOT_CMD_NONFATAL_EN (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpcie_aer.h83 return msg->severity == PCI_ERR_ROOT_CMD_NONFATAL_EN || in pcie_aer_msg_is_uncor()
H A Dpcie_regs.h115 PCI_ERR_ROOT_CMD_NONFATAL_EN | \
/openbmc/qemu/hw/pci/
H A Dpcie_aer.c65 return PCI_ERR_ROOT_CMD_NONFATAL_EN; in pcie_aer_uncor_default_severity()
202 !((msg->severity == PCI_ERR_ROOT_CMD_NONFATAL_EN) && in pcie_aer_msg_alldev()
284 cmd |= PCI_ERR_ROOT_CMD_NONFATAL_EN; in pcie_aer_status_to_cmd()
342 case PCI_ERR_ROOT_CMD_NONFATAL_EN: in pcie_aer_msg_root_port()
623 inj->msg.severity = PCI_ERR_ROOT_CMD_NONFATAL_EN; in pcie_aer_inject_uncor_error()
/openbmc/linux/arch/mips/pci/
H A Dpci-octeon.c160 PCI_ERR_ROOT_CMD_NONFATAL_EN | in pcibios_plat_dev_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h791 #define PCI_ERR_ROOT_CMD_NONFATAL_EN 0x00000002 /* Non-Fatal Err Reporting Enable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h793 #define PCI_ERR_ROOT_CMD_NONFATAL_EN 0x00000002 /* Non-Fatal Err Reporting Enable */ macro
/openbmc/linux/drivers/pci/pcie/
H A Daer.c100 PCI_ERR_ROOT_CMD_NONFATAL_EN| \