Searched refs:PCI_ERR_ROOT_COR_RCV (Results 1 – 3 of 3) sorted by relevance
425 if (rperr->root_status & PCI_ERR_ROOT_COR_RCV) in aer_inject()428 rperr->root_status |= PCI_ERR_ROOT_COR_RCV; in aer_inject()
699 if (e_src->status & PCI_ERR_ROOT_COR_RCV) in pci_rootport_aer_stats_incr()1171 if (e_src->status & PCI_ERR_ROOT_COR_RCV) { in aer_isr_one_error()1241 if (!(e_src.status & (PCI_ERR_ROOT_UNCOR_RCV|PCI_ERR_ROOT_COR_RCV))) in aer_irq()
770 #define PCI_ERR_ROOT_COR_RCV 0x00000001 /* ERR_COR Received */ macro