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