Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
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()
A Deeh_event.c190 } else if (pe->type & EEH_PE_PHB) { in eeh_remove_event()
A Deeh_driver.c874 if (pe->type & EEH_PE_PHB) { in eeh_handle_normal_event()
945 if ((pe->type & EEH_PE_PHB) && result != PCI_ERS_RESULT_NONE) in eeh_handle_normal_event()
A Deeh.c311 if (!(pe->type & EEH_PE_PHB)) { in eeh_slot_error_detail()
526 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Deeh-powernv.c682 if (pe->type & EEH_PE_PHB) in pnv_eeh_get_state()
1056 if (pe->type & EEH_PE_PHB) in pnv_eeh_reset()
1377 while (dev_pe && !(dev_pe->type & EEH_PE_PHB)) { in pnv_eeh_get_pe()
1571 if (parent_pe->type & EEH_PE_PHB) in pnv_eeh_next_error()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Deeh.h58 #define EEH_PE_PHB (1 << 1) /* PHB PE */ macro

Completed in 13 milliseconds