Searched refs:phb_pe (Results 1 – 3 of 3) sorted by relevance
903 struct eeh_pe *phb_pe = eeh_phb_pe_get(pe->phb); in eeh_handle_normal_event() local908 eeh_pe_loc_get(pe), eeh_pe_loc_get(phb_pe)); in eeh_handle_normal_event()1146 struct eeh_pe *pe, *phb_pe, *tmp_pe; in eeh_handle_special_event() local1166 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()1167 if (!phb_pe) continue; in eeh_handle_special_event()1169 eeh_pe_mark_isolated(phb_pe); in eeh_handle_special_event()1211 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()1212 if (!phb_pe || in eeh_handle_special_event()1213 !(phb_pe->state & EEH_PE_ISOLATED) || in eeh_handle_special_event()1214 (phb_pe->state & EEH_PE_RECOVERING)) in eeh_handle_special_event()[all …]
389 struct eeh_pe *phb_pe; in eeh_phb_check_failure() local397 phb_pe = eeh_phb_pe_get(pe->phb); in eeh_phb_check_failure()398 if (!phb_pe) { in eeh_phb_check_failure()406 if (phb_pe->state & EEH_PE_ISOLATED) { in eeh_phb_check_failure()412 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure()420 eeh_pe_mark_isolated(phb_pe); in eeh_phb_check_failure()424 phb_pe->phb->global_number, eeh_pe_loc_get(phb_pe)); in eeh_phb_check_failure()425 eeh_send_failure_event(phb_pe); in eeh_phb_check_failure()
1450 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local1469 phb_pe = eeh_phb_pe_get(hose); in pnv_eeh_next_error()1470 if (!phb_pe || (phb_pe->state & EEH_PE_ISOLATED)) in pnv_eeh_next_error()1514 *pe = phb_pe; in pnv_eeh_next_error()1518 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1522 *pe = phb_pe; in pnv_eeh_next_error()1526 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1532 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1533 pnv_eeh_get_phb_diag(phb_pe); in pnv_eeh_next_error()1534 pnv_pci_dump_phb_diag_data(hose, phb_pe->data); in pnv_eeh_next_error()[all …]