Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Deeh_driver.c843 struct eeh_pe *pe, *phb_pe; in eeh_handle_special_event() local
862 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()
863 if (!phb_pe) continue; in eeh_handle_special_event()
865 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED); in eeh_handle_special_event()
916 phb_pe = eeh_phb_pe_get(hose); in eeh_handle_special_event()
917 if (!phb_pe || in eeh_handle_special_event()
918 !(phb_pe->state & EEH_PE_ISOLATED) || in eeh_handle_special_event()
919 (phb_pe->state & EEH_PE_RECOVERING)) in eeh_handle_special_event()
924 bus = eeh_pe_bus_get(phb_pe); in eeh_handle_special_event()
Deeh.c385 struct eeh_pe *phb_pe; in eeh_phb_check_failure() local
393 phb_pe = eeh_phb_pe_get(pe->phb); in eeh_phb_check_failure()
394 if (!phb_pe) { in eeh_phb_check_failure()
402 if (phb_pe->state & EEH_PE_ISOLATED) { in eeh_phb_check_failure()
408 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure()
418 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED); in eeh_phb_check_failure()
422 phb_pe->phb->global_number, eeh_pe_loc_get(phb_pe)); in eeh_phb_check_failure()
424 eeh_send_failure_event(phb_pe); in eeh_phb_check_failure()
453 struct eeh_pe *pe, *parent_pe, *phb_pe; in eeh_dev_check_failure() local
582 phb_pe = eeh_phb_pe_get(pe->phb); in eeh_dev_check_failure()
[all …]
/arch/powerpc/platforms/powernv/
Deeh-powernv.c1292 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local
1312 phb_pe = eeh_phb_pe_get(hose); in pnv_eeh_next_error()
1313 if (!phb_pe || (phb_pe->state & EEH_PE_ISOLATED)) in pnv_eeh_next_error()
1357 *pe = phb_pe; in pnv_eeh_next_error()
1361 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()
1365 *pe = phb_pe; in pnv_eeh_next_error()
1369 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()
1375 eeh_pe_loc_get(phb_pe)); in pnv_eeh_next_error()
1376 pnv_eeh_get_phb_diag(phb_pe); in pnv_eeh_next_error()
1377 pnv_pci_dump_phb_diag_data(hose, phb_pe->data); in pnv_eeh_next_error()
[all …]