Home
last modified time | relevance | path

Searched refs:curr_pmask (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpedit.c25 u32 *curr_pmask, *curr_pval; in set_pedit_val() local
27 curr_pmask = (u32 *)(pedit_header(&hdrs->masks, hdr_type) + offset); in set_pedit_val()
30 if (*curr_pmask & mask) { /* disallow acting twice on the same location */ in set_pedit_val()
36 *curr_pmask |= mask; in set_pedit_val()