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

/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c320 if (pe->type & EEH_PE_INVALID) {
325 * EEH recovery. We need clear EEH_PE_INVALID until the top.
329 if (!(parent->type & EEH_PE_INVALID))
331 parent->type &= ~EEH_PE_INVALID;
462 if (!(child->type & EEH_PE_INVALID)) {
469 pe->type |= EEH_PE_INVALID;
H A Deeh_driver.c739 if (!(pe->state & EEH_PE_INVALID))
/linux-master/arch/powerpc/include/asm/
H A Deeh.h57 #define EEH_PE_INVALID (1 << 0) /* Invalid */ macro

Completed in 133 milliseconds