Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/ABI/testing/
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.
/Linux-v6.6/drivers/pci/controller/dwc/
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()
Dpci-keystone.c80 #define ERR_FATAL BIT(1) /* Fatal error */ macro
83 ERR_NONFATAL | ERR_FATAL | ERR_SYS)
290 if (reg & ERR_FATAL) in ks_pcie_handle_error_irq()