Searched refs:root_status (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/pci/pcie/aer/
H A Daer_inject.c60 u32 root_status; member in struct:aer_error
172 target = &err->root_status; find_pci_config_dword()
422 if (rperr->root_status & PCI_ERR_ROOT_COR_RCV) aer_inject()
423 rperr->root_status |= PCI_ERR_ROOT_MULTI_COR_RCV; aer_inject()
425 rperr->root_status |= PCI_ERR_ROOT_COR_RCV; aer_inject()
430 if (rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV) aer_inject()
431 rperr->root_status |= PCI_ERR_ROOT_MULTI_UNCOR_RCV; aer_inject()
433 rperr->root_status |= PCI_ERR_ROOT_FATAL_RCV; aer_inject()
434 if (!(rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV)) aer_inject()
435 rperr->root_status |= PCI_ERR_ROOT_FIRST_FATAL; aer_inject()
437 rperr->root_status |= PCI_ERR_ROOT_NONFATAL_RCV; aer_inject()
438 rperr->root_status |= PCI_ERR_ROOT_UNCOR_RCV; aer_inject()
/linux-4.4.14/include/linux/
H A Daer.h35 u32 root_status; member in struct:aer_capability_regs

Completed in 87 milliseconds