Searched refs:phb_pe (Results 1 – 3 of 3) sorted by relevance
837 struct eeh_pe *pe, *phb_pe; in eeh_handle_special_event() local856 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()857 if (!phb_pe) continue; in eeh_handle_special_event()859 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED); in eeh_handle_special_event()903 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()904 if (!phb_pe || in eeh_handle_special_event()905 !(phb_pe->state & EEH_PE_ISOLATED) || in eeh_handle_special_event()906 (phb_pe->state & EEH_PE_RECOVERING)) in eeh_handle_special_event()911 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()404 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED); in eeh_phb_check_failure()408 phb_pe->phb->global_number, eeh_pe_loc_get(phb_pe)); in eeh_phb_check_failure()410 eeh_send_failure_event(phb_pe); in eeh_phb_check_failure()439 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 …]
1287 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local1307 phb_pe = eeh_phb_pe_get(hose); in pnv_eeh_next_error()1308 if (!phb_pe || (phb_pe->state & EEH_PE_ISOLATED)) in pnv_eeh_next_error()1352 *pe = phb_pe; in pnv_eeh_next_error()1356 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1360 *pe = phb_pe; in pnv_eeh_next_error()1364 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1370 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1371 pnv_eeh_get_phb_diag(phb_pe); in pnv_eeh_next_error()1372 pnv_pci_dump_phb_diag_data(hose, phb_pe->data); in pnv_eeh_next_error()[all …]