Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dpat_arg.c527 u32 *nop_locations, __be64 *new_pat) in mlx5hws_pat_calc_nop() argument
535 *nop_locations = 0; in mlx5hws_pat_calc_nop()
567 *nop_locations |= BIT(i); in mlx5hws_pat_calc_nop()
H A Daction.c1211 u32 nop_locations; in hws_action_create_modify_header_hws() local
1217 &nop_locations, in hws_action_create_modify_header_hws()
1224 action[i].modify_header.nop_locations = nop_locations; in hws_action_create_modify_header_hws()
1271 if (unlikely(action[i].modify_header.nop_locations)) { in hws_action_create_modify_header_hws()
2110 u32 nop_locations) in hws_action_modify_write() argument
2115 if (unlikely(nop_locations)) { in hws_action_modify_write()
2122 if (BIT(i) & nop_locations) in hws_action_modify_write()
2266 action->modify_header.nop_locations); in hws_action_setter_modify_header()