Searched refs:modact (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c215 u8 modact[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; local
263 MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET);
264 MLX5_SET(set_action_in, modact, field,
266 MLX5_SET(set_action_in, modact, offset,
268 MLX5_SET(set_action_in, modact, length,
271 MLX5_SET(set_action_in, modact, data, chain->id);
273 1, modact);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c597 char *modact)
603 MLX5_SET(set_action_in, modact, length, 0);
613 MLX5_SET(set_action_in, modact, length, 0);
635 MLX5_SET(set_action_in, modact, length, 16);
645 MLX5_SET(set_action_in, modact, length, 16);
658 MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET);
659 MLX5_SET(set_action_in, modact, offset, 0);
660 MLX5_SET(set_action_in, modact, field, field);
661 MLX5_SET(set_action_in, modact, data, act->mangle.val);
674 char *modact; local
596 mlx5_tc_ct_parse_mangle_to_mod_act(struct flow_action_entry *act, char *modact) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c267 char *modact; local
270 modact = mlx5e_mod_hdr_alloc(mdev, ns, mod_hdr_acts);
271 if (IS_ERR(modact))
272 return PTR_ERR(modact);
278 MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET);
279 MLX5_SET(set_action_in, modact, field, mfield);
280 MLX5_SET(set_action_in, modact, offset, moffset);
281 MLX5_SET(set_action_in, modact, length, mlen);
282 MLX5_SET(set_action_in, modact, data, data);
552 char *modact; local
[all...]
H A Deswitch_offloads.c2236 u8 modact[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; local
2292 MLX5_SET(copy_action_in, modact, action_type, MLX5_ACTION_TYPE_COPY);
2293 MLX5_SET(copy_action_in, modact, src_field,
2295 MLX5_SET(copy_action_in, modact, dst_field,
2299 modact);

Completed in 199 milliseconds