Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/pcie/
Daer_inject.c428 if (rperr->root_status & PCI_ERR_ROOT_COR_RCV) in aer_inject()
431 rperr->root_status |= PCI_ERR_ROOT_COR_RCV; in aer_inject()
Daer.c105 PCI_ERR_ROOT_COR_RCV | \
664 if (e_src->status & PCI_ERR_ROOT_COR_RCV) in pci_rootport_aer_stats_incr()
1138 if (e_src->status & PCI_ERR_ROOT_COR_RCV) { in aer_isr_one_error()
/Linux-v6.1/include/uapi/linux/
Dpci_regs.h792 #define PCI_ERR_ROOT_COR_RCV 0x00000001 /* ERR_COR Received */ macro