Searched refs:EEH_PE_INVALID (Results 1 – 2 of 2) sorted by relevance
332 if (pe && !(pe->type & EEH_PE_INVALID)) { in eeh_add_to_parent_pe()349 } else if (pe && (pe->type & EEH_PE_INVALID)) { in eeh_add_to_parent_pe()358 if (!(parent->type & EEH_PE_INVALID)) in eeh_add_to_parent_pe()360 parent->type &= ~(EEH_PE_INVALID | EEH_PE_KEEP); in eeh_add_to_parent_pe()458 if (!(child->type & EEH_PE_INVALID)) { in eeh_rmv_from_parent_pe()465 pe->type |= EEH_PE_INVALID; in eeh_rmv_from_parent_pe()
67 #define EEH_PE_INVALID (1 << 0) /* Invalid */ macro