Home
last modified time | relevance | path

Searched refs:PCI_ERR_ROOT_FATAL_RCV (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/pci/pcie/
H A Daer_inject.c439 rperr->root_status |= PCI_ERR_ROOT_FATAL_RCV; in aer_inject()
H A Daer.c665 if (e_src->status & PCI_ERR_ROOT_FATAL_RCV) in pci_rootport_aer_stats_incr()
1309 if (e_src->status & PCI_ERR_ROOT_FATAL_RCV) in aer_isr_one_error()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h813 #define PCI_ERR_ROOT_FATAL_RCV 0x00000040 /* Fatal Received */ macro
/linux-6.15/drivers/cxl/core/
H A Dpci.c855 if (aer_regs->uncor_status & PCI_ERR_ROOT_FATAL_RCV) in cxl_rch_get_aer_severity()