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

/drivers/pci/pcie/aer/
H A Daer_inject.c60 u32 root_status; member in struct:aer_error
172 target = &err->root_status;
424 if (rperr->root_status & PCI_ERR_ROOT_COR_RCV)
425 rperr->root_status |= PCI_ERR_ROOT_MULTI_COR_RCV;
427 rperr->root_status |= PCI_ERR_ROOT_COR_RCV;
432 if (rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV)
433 rperr->root_status |= PCI_ERR_ROOT_MULTI_UNCOR_RCV;
435 rperr->root_status |= PCI_ERR_ROOT_FATAL_RCV;
436 if (!(rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV))
437 rperr->root_status |
[all...]

Completed in 9 milliseconds