Searched refs:EEH_PE_INVALID (Results 1 – 2 of 2) sorted by relevance
345 if (pe && !(pe->type & EEH_PE_INVALID)) { in eeh_add_to_parent_pe()359 } else if (pe && (pe->type & EEH_PE_INVALID)) { in eeh_add_to_parent_pe()368 if (!(parent->type & EEH_PE_INVALID)) in eeh_add_to_parent_pe()370 parent->type &= ~(EEH_PE_INVALID | EEH_PE_KEEP); in eeh_add_to_parent_pe()481 if (!(child->type & EEH_PE_INVALID)) { in eeh_rmv_from_parent_pe()488 pe->type |= EEH_PE_INVALID; in eeh_rmv_from_parent_pe()
69 #define EEH_PE_INVALID (1 << 0) /* Invalid */ macro