Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/pcie/
Daer_inject.c439 if (rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV) in aer_inject()
443 if (!(rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV)) in aer_inject()
447 rperr->root_status |= PCI_ERR_ROOT_UNCOR_RCV; in aer_inject()
Daer.c716 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in pci_rootport_aer_stats_incr()
1195 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in aer_isr_one_error()
1286 if (!(status & (PCI_ERR_ROOT_UNCOR_RCV|PCI_ERR_ROOT_COR_RCV))) { in aer_irq()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h760 #define PCI_ERR_ROOT_UNCOR_RCV 0x00000004 /* ERR_FATAL/NONFATAL */ macro