Searched refs:phb_pe (Results 1 – 3 of 3) sorted by relevance
887 struct eeh_pe *phb_pe = eeh_phb_pe_get(pe->phb); in eeh_handle_normal_event() local892 eeh_pe_loc_get(pe), eeh_pe_loc_get(phb_pe)); in eeh_handle_normal_event()1128 struct eeh_pe *pe, *phb_pe, *tmp_pe; in eeh_handle_special_event() local1148 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()1149 if (!phb_pe) continue; in eeh_handle_special_event()1151 eeh_pe_mark_isolated(phb_pe); in eeh_handle_special_event()1204 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()1205 if (!phb_pe || in eeh_handle_special_event()1206 !(phb_pe->state & EEH_PE_ISOLATED) || in eeh_handle_special_event()1207 (phb_pe->state & EEH_PE_RECOVERING)) in eeh_handle_special_event()[all …]
359 struct eeh_pe *phb_pe; in eeh_phb_check_failure() local367 phb_pe = eeh_phb_pe_get(pe->phb); in eeh_phb_check_failure()368 if (!phb_pe) { in eeh_phb_check_failure()376 if (phb_pe->state & EEH_PE_ISOLATED) { in eeh_phb_check_failure()382 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure()390 eeh_pe_mark_isolated(phb_pe); in eeh_phb_check_failure()394 phb_pe->phb->global_number, eeh_pe_loc_get(phb_pe)); in eeh_phb_check_failure()395 eeh_send_failure_event(phb_pe); in eeh_phb_check_failure()
1409 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local1428 phb_pe = eeh_phb_pe_get(hose); in pnv_eeh_next_error()1429 if (!phb_pe || (phb_pe->state & EEH_PE_ISOLATED)) in pnv_eeh_next_error()1473 *pe = phb_pe; in pnv_eeh_next_error()1477 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1481 *pe = phb_pe; in pnv_eeh_next_error()1485 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1491 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1492 pnv_eeh_get_phb_diag(phb_pe); in pnv_eeh_next_error()1493 pnv_pci_dump_phb_diag_data(hose, phb_pe->data); in pnv_eeh_next_error()[all …]