Searched refs:curr_pmask (Results 1 – 1 of 1) sorted by relevance
2668 u32 *curr_pmask, *curr_pval; in set_pedit_val() local2670 curr_pmask = (u32 *)(pedit_header(&hdrs->masks, hdr_type) + offset); in set_pedit_val()2673 if (*curr_pmask & mask) /* disallow acting twice on the same location */ in set_pedit_val()2676 *curr_pmask |= mask; in set_pedit_val()