Searched refs:EEH_PE_REMOVED (Results 1 – 4 of 4) sorted by relevance
559 if (pe->state & EEH_PE_REMOVED) in __eeh_pe_state_mark()631 if (pe->state & EEH_PE_REMOVED) in __eeh_pe_state_clear()
974 eeh_pe_state_mark(pe, EEH_PE_REMOVED); in eeh_handle_normal_event()
1591 !(pe->state & EEH_PE_REMOVED) && in eeh_pe_get_state()
85 #define EEH_PE_REMOVED (1 << 10) /* Removed permanently */ macro