Searched refs:phb_pe (Results 1 – 3 of 3) sorted by relevance
827 struct eeh_pe *pe, *phb_pe; in eeh_handle_special_event() local846 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()847 if (!phb_pe) continue; in eeh_handle_special_event()849 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED); in eeh_handle_special_event()893 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()894 if (!phb_pe || in eeh_handle_special_event()895 !(phb_pe->state & EEH_PE_ISOLATED) || in eeh_handle_special_event()896 (phb_pe->state & EEH_PE_RECOVERING)) in eeh_handle_special_event()901 bus = eeh_pe_bus_get(phb_pe); in eeh_handle_special_event()
372 struct eeh_pe *phb_pe; in eeh_phb_check_failure() local380 phb_pe = eeh_phb_pe_get(pe->phb); in eeh_phb_check_failure()381 if (!phb_pe) { in eeh_phb_check_failure()389 if (phb_pe->state & EEH_PE_ISOLATED) { in eeh_phb_check_failure()395 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure()405 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED); in eeh_phb_check_failure()409 phb_pe->phb->global_number, eeh_pe_loc_get(phb_pe)); in eeh_phb_check_failure()411 eeh_send_failure_event(phb_pe); in eeh_phb_check_failure()440 struct eeh_pe *pe, *parent_pe, *phb_pe; in eeh_dev_check_failure() local569 phb_pe = eeh_phb_pe_get(pe->phb); in eeh_dev_check_failure()[all …]
1301 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local1323 phb_pe = eeh_phb_pe_get(hose); in pnv_eeh_next_error()1324 if (!phb_pe || (phb_pe->state & EEH_PE_ISOLATED)) in pnv_eeh_next_error()1368 *pe = phb_pe; in pnv_eeh_next_error()1372 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1376 *pe = phb_pe; in pnv_eeh_next_error()1380 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1386 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()1387 pnv_eeh_get_phb_diag(phb_pe); in pnv_eeh_next_error()1388 pnv_pci_dump_phb_diag_data(hose, phb_pe->data); in pnv_eeh_next_error()[all …]