Lines Matching defs:root_status
60 u32 root_status;
169 target = &err->root_status;
428 if (rperr->root_status & PCI_ERR_ROOT_COR_RCV)
429 rperr->root_status |= PCI_ERR_ROOT_MULTI_COR_RCV;
431 rperr->root_status |= PCI_ERR_ROOT_COR_RCV;
436 if (rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV)
437 rperr->root_status |= PCI_ERR_ROOT_MULTI_UNCOR_RCV;
439 rperr->root_status |= PCI_ERR_ROOT_FATAL_RCV;
440 if (!(rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV))
441 rperr->root_status |= PCI_ERR_ROOT_FIRST_FATAL;
443 rperr->root_status |= PCI_ERR_ROOT_NONFATAL_RCV;
444 rperr->root_status |= PCI_ERR_ROOT_UNCOR_RCV;