Searched refs:EEH_PE_INVALID (Results 1 – 3 of 3) sorted by relevance
387 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()
764 if (!(pe->state & EEH_PE_INVALID)) in eeh_pe_cleanup()
58 #define EEH_PE_INVALID (1 << 0) /* Invalid */ macro