Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-devices-aer_stats38 PCI device using ERR_FATAL. Note that since multiple errors may
39 be reported using a single ERR_FATAL message, thus
69 may be reported using a single ERR_FATAL message, thus
113 Description: Total number of ERR_FATAL messages reported to rootport.
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c40 #define ERR_FATAL BIT(1) macro
52 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
301 if (reg & ERR_FATAL) in dra7xx_pcie_irq_handler()
H A Dpci-keystone.c85 #define ERR_FATAL BIT(1) /* Fatal error */ macro
88 ERR_NONFATAL | ERR_FATAL | ERR_SYS)
357 if (reg & ERR_FATAL) in ks_pcie_handle_error_irq()