Searched refs:EEH_STATE_NOT_SUPPORT (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c571 return EEH_STATE_NOT_SUPPORT;
579 return EEH_STATE_NOT_SUPPORT;
603 result = EEH_STATE_NOT_SUPPORT;
607 result = EEH_STATE_NOT_SUPPORT;
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c543 return EEH_STATE_NOT_SUPPORT;
604 return EEH_STATE_NOT_SUPPORT;
634 result = EEH_STATE_NOT_SUPPORT;
637 result = EEH_STATE_NOT_SUPPORT;
650 if (!(result & EEH_STATE_NOT_SUPPORT) &&
/linux-master/arch/powerpc/include/asm/
H A Deeh.h203 #define EEH_STATE_NOT_SUPPORT (1 << 1) /* EEH not supported */ macro
/linux-master/arch/powerpc/kernel/
H A Deeh.c384 (ret == EEH_STATE_NOT_SUPPORT) || eeh_state_active(ret)) {
511 (ret == EEH_STATE_NOT_SUPPORT) || eeh_state_active(ret)) {
643 if (rc == EEH_STATE_NOT_SUPPORT)
1151 if (ret < 0 || ret == EEH_STATE_NOT_SUPPORT)
H A Deeh_pe.c132 return EEH_STATE_NOT_SUPPORT;
H A Deeh_driver.c952 if (rc < 0 || rc == EEH_STATE_NOT_SUPPORT) {

Completed in 229 milliseconds