Home
last modified time | relevance | path

Searched refs:phb_pe (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/kernel/
H A Deeh_driver.c891 struct eeh_pe *phb_pe = eeh_phb_pe_get(pe->phb); in eeh_handle_normal_event() local
896 eeh_pe_loc_get(pe), eeh_pe_loc_get(phb_pe)); in eeh_handle_normal_event()
1139 struct eeh_pe *pe, *phb_pe, *tmp_pe; in eeh_handle_special_event() local
1160 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()
1161 if (!phb_pe) continue; in eeh_handle_special_event()
1163 eeh_pe_mark_isolated(phb_pe); in eeh_handle_special_event()
1219 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()
1220 if (!phb_pe || in eeh_handle_special_event()
1221 !(phb_pe->state & EEH_PE_ISOLATED) || in eeh_handle_special_event()
1222 (phb_pe in eeh_handle_special_event()
[all...]
H A Deeh.c359 struct eeh_pe *phb_pe; in eeh_phb_check_failure() local
367 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()