curr_pmask       2228 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	u32 *curr_pmask, *curr_pval;
curr_pmask       2230 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	curr_pmask = (u32 *)(pedit_header(&hdrs->masks, hdr_type) + offset);
curr_pmask       2233 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (*curr_pmask & mask)  /* disallow acting twice on the same location */
curr_pmask       2236 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	*curr_pmask |= mask;