Searched refs:phb_pe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | eeh_driver.c | 879 struct eeh_pe *phb_pe = eeh_phb_pe_get(pe->phb); in eeh_handle_normal_event() local 884 eeh_pe_loc_get(pe), eeh_pe_loc_get(phb_pe)); in eeh_handle_normal_event() 1123 struct eeh_pe *pe, *phb_pe, *tmp_pe; in eeh_handle_special_event() local 1143 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event() 1144 if (!phb_pe) continue; in eeh_handle_special_event() 1146 eeh_pe_mark_isolated(phb_pe); in eeh_handle_special_event() 1199 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event() 1200 if (!phb_pe || in eeh_handle_special_event() 1201 !(phb_pe->state & EEH_PE_ISOLATED) || in eeh_handle_special_event() 1202 (phb_pe in eeh_handle_special_event() [all...] |
H A D | eeh.c | 380 struct eeh_pe *phb_pe; in eeh_phb_check_failure() local 388 phb_pe = eeh_phb_pe_get(pe->phb); in eeh_phb_check_failure() 389 if (!phb_pe) { in eeh_phb_check_failure() 397 if (phb_pe->state & EEH_PE_ISOLATED) { in eeh_phb_check_failure() 403 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure() 411 eeh_pe_mark_isolated(phb_pe); in eeh_phb_check_failure() 415 phb_pe->phb->global_number, eeh_pe_loc_get(phb_pe)); in eeh_phb_check_failure() 416 eeh_send_failure_event(phb_pe); in eeh_phb_check_failure()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | eeh_driver.c | 878 struct eeh_pe *phb_pe = eeh_phb_pe_get(pe->phb); in eeh_handle_normal_event() local 883 eeh_pe_loc_get(pe), eeh_pe_loc_get(phb_pe)); in eeh_handle_normal_event() 1119 struct eeh_pe *pe, *phb_pe, *tmp_pe; in eeh_handle_special_event() local 1139 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event() 1140 if (!phb_pe) continue; in eeh_handle_special_event() 1142 eeh_pe_mark_isolated(phb_pe); in eeh_handle_special_event() 1195 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event() 1196 if (!phb_pe || in eeh_handle_special_event() 1197 !(phb_pe->state & EEH_PE_ISOLATED) || in eeh_handle_special_event() 1198 (phb_pe in eeh_handle_special_event() [all...] |
H A D | eeh.c | 359 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 1410 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local 1429 phb_pe = eeh_phb_pe_get(hose); in pnv_eeh_next_error() 1430 if (!phb_pe || (phb_pe->state & EEH_PE_ISOLATED)) in pnv_eeh_next_error() 1474 *pe = phb_pe; in pnv_eeh_next_error() 1478 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error() 1482 *pe = phb_pe; in pnv_eeh_next_error() 1486 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error() 1492 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error() 1493 pnv_eeh_get_phb_diag(phb_pe); in pnv_eeh_next_error() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 1410 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local 1429 phb_pe = eeh_phb_pe_get(hose); in pnv_eeh_next_error() 1430 if (!phb_pe || (phb_pe->state & EEH_PE_ISOLATED)) in pnv_eeh_next_error() 1474 *pe = phb_pe; in pnv_eeh_next_error() 1478 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error() 1482 *pe = phb_pe; in pnv_eeh_next_error() 1486 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error() 1492 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error() 1493 pnv_eeh_get_phb_diag(phb_pe); in pnv_eeh_next_error() [all...] |
Completed in 11 milliseconds