Searched refs:phb_pe (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Deeh_driver.c878 struct eeh_pe *phb_pe = eeh_phb_pe_get(pe->phb); local
883 eeh_pe_loc_get(pe), eeh_pe_loc_get(phb_pe));
1119 struct eeh_pe *pe, *phb_pe, *tmp_pe; local
1139 phb_pe = eeh_phb_pe_get(hose);
1140 if (!phb_pe) continue;
1142 eeh_pe_mark_isolated(phb_pe);
1195 phb_pe = eeh_phb_pe_get(hose);
1196 if (!phb_pe ||
1197 !(phb_pe->state & EEH_PE_ISOLATED) ||
1198 (phb_pe
[all...]
H A Deeh.c359 struct eeh_pe *phb_pe; local
367 phb_pe = eeh_phb_pe_get(pe->phb);
368 if (!phb_pe) {
376 if (phb_pe->state & EEH_PE_ISOLATED) {
382 ret = eeh_ops->get_state(phb_pe, NULL);
390 eeh_pe_mark_isolated(phb_pe);
394 phb_pe->phb->global_number, eeh_pe_loc_get(phb_pe));
395 eeh_send_failure_event(phb_pe);
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1410 struct eeh_pe *phb_pe, *parent_pe; local
1429 phb_pe = eeh_phb_pe_get(hose);
1430 if (!phb_pe || (phb_pe->state & EEH_PE_ISOLATED))
1474 *pe = phb_pe;
1478 eeh_pe_loc_get(phb_pe));
1482 *pe = phb_pe;
1486 eeh_pe_loc_get(phb_pe));
1492 eeh_pe_loc_get(phb_pe));
1493 pnv_eeh_get_phb_diag(phb_pe);
[all...]

Completed in 280 milliseconds