Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Deeh_pe.c387 if (pe->type & EEH_PE_INVALID) { in eeh_add_to_parent_pe()
396 if (!(parent->type & EEH_PE_INVALID)) in eeh_add_to_parent_pe()
398 parent->type &= ~EEH_PE_INVALID; in eeh_add_to_parent_pe()
529 if (!(child->type & EEH_PE_INVALID)) { in eeh_rmv_from_parent_pe()
536 pe->type |= EEH_PE_INVALID; in eeh_rmv_from_parent_pe()
Deeh_driver.c764 if (!(pe->state & EEH_PE_INVALID)) in eeh_pe_cleanup()
/Linux-v5.4/arch/powerpc/include/asm/
Deeh.h58 #define EEH_PE_INVALID (1 << 0) /* Invalid */ macro