Searched refs:phb_pe (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 1301 struct eeh_pe *phb_pe, *parent_pe; pnv_eeh_next_error() local 1323 phb_pe = eeh_phb_pe_get(hose); pnv_eeh_next_error() 1324 if (!phb_pe || (phb_pe->state & EEH_PE_ISOLATED)) pnv_eeh_next_error() 1368 *pe = phb_pe; pnv_eeh_next_error() 1372 eeh_pe_loc_get(phb_pe)); pnv_eeh_next_error() 1376 *pe = phb_pe; pnv_eeh_next_error() 1380 eeh_pe_loc_get(phb_pe)); pnv_eeh_next_error() 1386 eeh_pe_loc_get(phb_pe)); pnv_eeh_next_error() 1387 pnv_eeh_get_phb_diag(phb_pe); pnv_eeh_next_error() 1388 pnv_pci_dump_phb_diag_data(hose, phb_pe->data); pnv_eeh_next_error() 1404 eeh_pe_loc_get(phb_pe)); pnv_eeh_next_error() 1420 eeh_pe_loc_get(phb_pe)); pnv_eeh_next_error()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | eeh_driver.c | 827 struct eeh_pe *pe, *phb_pe; eeh_handle_special_event() local 846 phb_pe = eeh_phb_pe_get(hose); eeh_handle_special_event() 847 if (!phb_pe) continue; eeh_handle_special_event() 849 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED); eeh_handle_special_event() 893 phb_pe = eeh_phb_pe_get(hose); eeh_handle_special_event() 894 if (!phb_pe || eeh_handle_special_event() 895 !(phb_pe->state & EEH_PE_ISOLATED) || eeh_handle_special_event() 896 (phb_pe->state & EEH_PE_RECOVERING)) eeh_handle_special_event() 901 bus = eeh_pe_bus_get(phb_pe); eeh_handle_special_event()
|
H A D | eeh.c | 372 struct eeh_pe *phb_pe; eeh_phb_check_failure() local 380 phb_pe = eeh_phb_pe_get(pe->phb); eeh_phb_check_failure() 381 if (!phb_pe) { eeh_phb_check_failure() 389 if (phb_pe->state & EEH_PE_ISOLATED) { eeh_phb_check_failure() 395 ret = eeh_ops->get_state(phb_pe, NULL); eeh_phb_check_failure() 405 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED); eeh_phb_check_failure() 409 phb_pe->phb->global_number, eeh_pe_loc_get(phb_pe)); eeh_phb_check_failure() 411 eeh_send_failure_event(phb_pe); eeh_phb_check_failure() 440 struct eeh_pe *pe, *parent_pe, *phb_pe; eeh_dev_check_failure() local 569 phb_pe = eeh_phb_pe_get(pe->phb); eeh_dev_check_failure() 573 eeh_pe_loc_get(pe), eeh_pe_loc_get(phb_pe)); eeh_dev_check_failure()
|
Completed in 84 milliseconds