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

/linux-master/drivers/pci/pcie/
H A Daer_inject.c436 if (rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV)
440 if (!(rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV))
444 rperr->root_status |= PCI_ERR_ROOT_UNCOR_RCV;
H A Daer.c105 #define AER_ERR_STATUS_MASK (PCI_ERR_ROOT_UNCOR_RCV | \
659 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) {
1301 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) {
/linux-master/include/uapi/linux/
H A Dpci_regs.h798 #define PCI_ERR_ROOT_UNCOR_RCV 0x00000004 /* ERR_FATAL/NONFATAL */ macro

Completed in 215 milliseconds