Home
last modified time | relevance | path

Searched refs:EEH_PE_PHB (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/kernel/
H A Deeh_pe.c85 pe = eeh_pe_alloc(phb, EEH_PE_PHB); in eeh_phb_pe_create()
168 if ((pe->type & EEH_PE_PHB) && pe->phb == phb) in eeh_phb_pe_get()
266 if (pe->type & EEH_PE_PHB) in __eeh_pe_get()
429 if (pe->type & EEH_PE_PHB) in eeh_pe_tree_remove()
854 if (pe->type & EEH_PE_PHB) in eeh_pe_bus_get()
H A Deeh_event.c190 } else if (pe->type & EEH_PE_PHB) { in eeh_remove_event()
H A Deeh_driver.c883 if (pe->type & EEH_PE_PHB) { in eeh_handle_normal_event()
954 if ((pe->type & EEH_PE_PHB) && result != PCI_ERS_RESULT_NONE) in eeh_handle_normal_event()
H A Deeh.c311 if (!(pe->type & EEH_PE_PHB)) { in eeh_slot_error_detail()
535 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()
/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c681 if (pe->type & EEH_PE_PHB) in pnv_eeh_get_state()
1054 if (pe->type & EEH_PE_PHB) in pnv_eeh_reset()
1375 while (dev_pe && !(dev_pe->type & EEH_PE_PHB)) { in pnv_eeh_get_pe()
1569 if (parent_pe->type & EEH_PE_PHB) in pnv_eeh_next_error()
/linux/arch/powerpc/include/asm/
H A Deeh.h58 #define EEH_PE_PHB (1 << 1) /* PHB PE */ macro