Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-aer_stats68 PCI device using ERR_NONFATAL. Note that since multiple errors
119 Description: Total number of ERR_NONFATAL messages reported to rootport.
/linux-6.6.21/drivers/pci/controller/dwc/
Dpci-dra7xx.c41 #define ERR_NONFATAL BIT(2) macro
52 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
304 if (reg & ERR_NONFATAL) in dra7xx_pcie_irq_handler()
Dpci-keystone.c79 #define ERR_NONFATAL BIT(2) /* Non-fatal error */ macro
83 ERR_NONFATAL | ERR_FATAL | ERR_SYS)
293 if (reg & ERR_NONFATAL) in ks_pcie_handle_error_irq()