Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c295 char modact[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)]; in create_chain_restore() local
344 MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET); in create_chain_restore()
345 MLX5_SET(set_action_in, modact, field, in create_chain_restore()
347 MLX5_SET(set_action_in, modact, offset, in create_chain_restore()
349 MLX5_SET(set_action_in, modact, length, in create_chain_restore()
351 MLX5_SET(set_action_in, modact, data, chain->id); in create_chain_restore()
353 1, modact); in create_chain_restore()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c493 char *modact) in mlx5_tc_ct_parse_mangle_to_mod_act() argument
499 MLX5_SET(set_action_in, modact, length, 0); in mlx5_tc_ct_parse_mangle_to_mod_act()
509 MLX5_SET(set_action_in, modact, length, 0); in mlx5_tc_ct_parse_mangle_to_mod_act()
531 MLX5_SET(set_action_in, modact, length, 16); in mlx5_tc_ct_parse_mangle_to_mod_act()
541 MLX5_SET(set_action_in, modact, length, 16); in mlx5_tc_ct_parse_mangle_to_mod_act()
554 MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET); in mlx5_tc_ct_parse_mangle_to_mod_act()
555 MLX5_SET(set_action_in, modact, offset, 0); in mlx5_tc_ct_parse_mangle_to_mod_act()
556 MLX5_SET(set_action_in, modact, field, field); in mlx5_tc_ct_parse_mangle_to_mod_act()
557 MLX5_SET(set_action_in, modact, data, act->mangle.val); in mlx5_tc_ct_parse_mangle_to_mod_act()
571 char *modact; in mlx5_tc_ct_entry_create_nat() local
[all …]
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c1647 u8 modact[MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto)] = {}; in esw_create_restore_table() local
1704 MLX5_SET(copy_action_in, modact, action_type, MLX5_ACTION_TYPE_COPY); in esw_create_restore_table()
1705 MLX5_SET(copy_action_in, modact, src_field, in esw_create_restore_table()
1707 MLX5_SET(copy_action_in, modact, dst_field, in esw_create_restore_table()
1711 modact); in esw_create_restore_table()
Den_tc.c250 char *modact; in mlx5e_tc_match_to_reg_set() local
257 modact = mod_hdr_acts->actions + in mlx5e_tc_match_to_reg_set()
264 MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET); in mlx5e_tc_match_to_reg_set()
265 MLX5_SET(set_action_in, modact, field, mfield); in mlx5e_tc_match_to_reg_set()
266 MLX5_SET(set_action_in, modact, offset, moffset * 8); in mlx5e_tc_match_to_reg_set()
267 MLX5_SET(set_action_in, modact, length, mlen * 8); in mlx5e_tc_match_to_reg_set()
268 MLX5_SET(set_action_in, modact, data, data); in mlx5e_tc_match_to_reg_set()