Home
last modified time | relevance | path

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

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