Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/pcie/aer/
Daer_inject.c430 if (rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV) in aer_inject()
434 if (!(rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV)) in aer_inject()
438 rperr->root_status |= PCI_ERR_ROOT_UNCOR_RCV; in aer_inject()
Daerdrv.c212 if (!(status & (PCI_ERR_ROOT_UNCOR_RCV|PCI_ERR_ROOT_COR_RCV))) { in aer_irq()
Daerdrv_core.c747 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in aer_isr_one_error()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h731 #define PCI_ERR_ROOT_UNCOR_RCV 0x00000004 macro