Home
last modified time | relevance | path

Searched refs:EEH_PE_VF (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/
H A Deeh_driver.c647 if (any_passed || driver_eeh_aware || (pe->type & EEH_PE_VF)) { in eeh_reset_device()
699 if (pe->type & EEH_PE_VF) { in eeh_reset_device()
1090 if (pe->type & EEH_PE_VF) { in eeh_handle_normal_event()
H A Deeh.c750 if (!(pe->type & EEH_PE_VF)) in pcibios_set_pcie_reset_state()
760 if (!(pe->type & EEH_PE_VF)) in pcibios_set_pcie_reset_state()
769 if (!(pe->type & EEH_PE_VF)) in pcibios_set_pcie_reset_state()
H A Deeh_pe.c351 pe = eeh_pe_alloc(hose, EEH_PE_VF); in eeh_pe_tree_insert()
/linux/arch/powerpc/include/asm/
H A Deeh.h61 #define EEH_PE_VF (1 << 4) /* VF PE */ macro
/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1078 if (pe->type & EEH_PE_VF) in pnv_eeh_reset()