Lines Matching defs:root_status
61 u32 root_status;
170 target = &err->root_status;
433 if (rperr->root_status & PCI_ERR_ROOT_COR_RCV)
434 rperr->root_status |= PCI_ERR_ROOT_MULTI_COR_RCV;
436 rperr->root_status |= PCI_ERR_ROOT_COR_RCV;
441 if (rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV)
442 rperr->root_status |= PCI_ERR_ROOT_MULTI_UNCOR_RCV;
444 rperr->root_status |= PCI_ERR_ROOT_FATAL_RCV;
445 if (!(rperr->root_status & PCI_ERR_ROOT_UNCOR_RCV))
446 rperr->root_status |= PCI_ERR_ROOT_FIRST_FATAL;
448 rperr->root_status |= PCI_ERR_ROOT_NONFATAL_RCV;
449 rperr->root_status |= PCI_ERR_ROOT_UNCOR_RCV;