Home
last modified time | relevance | path

Searched refs:PCI_ERR_ROOT_UNCOR_RCV (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h123 PCI_ERR_ROOT_UNCOR_RCV | \
/openbmc/linux/drivers/pci/pcie/
H A Daer_inject.c436 if (rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV) in aer_inject()
440 if (!(rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV)) in aer_inject()
444 rperr->root_status |= PCI_ERR_ROOT_UNCOR_RCV; in aer_inject()
H A Daer.c105 #define AER_ERR_STATUS_MASK (PCI_ERR_ROOT_UNCOR_RCV | \
659 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in pci_rootport_aer_stats_incr()
1163 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in aer_isr_one_error()
/openbmc/qemu/hw/pci/
H A Dpcie_aer.c346 if (!(root_status & PCI_ERR_ROOT_UNCOR_RCV)) { in pcie_aer_msg_root_port()
356 if (root_status & PCI_ERR_ROOT_UNCOR_RCV) { in pcie_aer_msg_root_port()
362 root_status |= PCI_ERR_ROOT_UNCOR_RCV; in pcie_aer_msg_root_port()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h796 #define PCI_ERR_ROOT_UNCOR_RCV 0x00000004 /* ERR_FATAL/NONFATAL */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h798 #define PCI_ERR_ROOT_UNCOR_RCV 0x00000004 /* ERR_FATAL/NONFATAL */ macro