Searched refs:phb_pe (Results 1 – 3 of 3) sorted by relevance
1007 struct eeh_pe *pe, *phb_pe; in eeh_handle_special_event() local1026 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()1027 if (!phb_pe) continue; in eeh_handle_special_event()1029 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED); in eeh_handle_special_event()1072 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()1073 if (!phb_pe || in eeh_handle_special_event()1074 !(phb_pe->state & EEH_PE_ISOLATED) || in eeh_handle_special_event()1075 (phb_pe->state & EEH_PE_RECOVERING)) in eeh_handle_special_event()1084 bus = eeh_pe_bus_get(phb_pe); in eeh_handle_special_event()
371 struct eeh_pe *phb_pe; in eeh_phb_check_failure() local379 phb_pe = eeh_phb_pe_get(pe->phb); in eeh_phb_check_failure()380 if (!phb_pe) { in eeh_phb_check_failure()388 if (phb_pe->state & EEH_PE_ISOLATED) { in eeh_phb_check_failure()394 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure()402 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED); in eeh_phb_check_failure()406 phb_pe->phb->global_number, eeh_pe_loc_get(phb_pe)); in eeh_phb_check_failure()408 eeh_send_failure_event(phb_pe); in eeh_phb_check_failure()436 struct eeh_pe *pe, *parent_pe, *phb_pe; in eeh_dev_check_failure() local568 phb_pe = eeh_phb_pe_get(pe->phb); in eeh_dev_check_failure()[all …]
1470 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local1489 phb_pe = eeh_phb_pe_get(hose); in pnv_eeh_next_error()1490 if (!phb_pe || (phb_pe->state & EEH_PE_ISOLATED)) in pnv_eeh_next_error()1534 *pe = phb_pe; in pnv_eeh_next_error()1538 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1542 *pe = phb_pe; in pnv_eeh_next_error()1546 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1552 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1553 pnv_eeh_get_phb_diag(phb_pe); in pnv_eeh_next_error()1554 pnv_pci_dump_phb_diag_data(hose, phb_pe->data); in pnv_eeh_next_error()[all …]