Searched refs:mod_acts (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | tc_ct.c | 622 mod_acts); in mlx5_tc_ct_entry_create_nat() 626 modact = mod_acts->actions + in mlx5_tc_ct_entry_create_nat() 633 mod_acts->num_actions++; in mlx5_tc_ct_entry_create_nat() 670 &mod_acts); in mlx5_tc_ct_entry_create_mod_hdr() 689 mod_acts.num_actions, in mlx5_tc_ct_entry_create_mod_hdr() 690 mod_acts.actions); in mlx5_tc_ct_entry_create_mod_hdr() 701 &mod_acts); in mlx5_tc_ct_entry_create_mod_hdr() 709 dealloc_mod_hdr_actions(&mod_acts); in mlx5_tc_ct_entry_create_mod_hdr() 713 dealloc_mod_hdr_actions(&mod_acts); in mlx5_tc_ct_entry_create_mod_hdr() 1917 mod_acts->num_actions, in __mlx5_tc_ct_flow_offload_clear() [all …]
|
| A D | tc_ct.h | 113 struct mlx5e_tc_mod_hdr_acts *mod_acts, 176 struct mlx5e_tc_mod_hdr_acts *mod_acts, in mlx5_tc_ct_parse_action() argument
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| A D | indir_table.c | 124 struct mlx5e_tc_mod_hdr_acts mod_acts = {}; in mlx5_esw_indir_table_rule_get() local 198 err = mlx5e_tc_match_to_reg_set(esw->dev, &mod_acts, MLX5_FLOW_NAMESPACE_FDB, in mlx5_esw_indir_table_rule_get() 203 err = mlx5e_tc_match_to_reg_set(esw->dev, &mod_acts, MLX5_FLOW_NAMESPACE_FDB, in mlx5_esw_indir_table_rule_get() 209 mod_acts.num_actions, mod_acts.actions); in mlx5_esw_indir_table_rule_get() 229 dealloc_mod_hdr_actions(&mod_acts); in mlx5_esw_indir_table_rule_get() 246 dealloc_mod_hdr_actions(&mod_acts); in mlx5_esw_indir_table_rule_get()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| A D | sample.c | 235 struct mlx5e_tc_mod_hdr_acts mod_acts = {}; in sample_modify_hdr_get() local 239 err = mlx5e_tc_match_to_reg_set(mdev, &mod_acts, MLX5_FLOW_NAMESPACE_FDB, in sample_modify_hdr_get() 245 err = mlx5e_tc_post_act_set_handle(mdev, handle, &mod_acts); in sample_modify_hdr_get() 251 mod_acts.num_actions, in sample_modify_hdr_get() 252 mod_acts.actions); in sample_modify_hdr_get() 258 dealloc_mod_hdr_actions(&mod_acts); in sample_modify_hdr_get() 263 dealloc_mod_hdr_actions(&mod_acts); in sample_modify_hdr_get()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_tc.c | 2774 struct mlx5e_tc_mod_hdr_acts *mod_acts; in offload_pedit_fields() local 2780 mod_acts = &parse_attr->mod_hdr_acts; in offload_pedit_fields() 2858 err = alloc_mod_hdr_actions(priv->mdev, namespace, mod_acts); in offload_pedit_fields() 2864 mod_acts->num_actions); in offload_pedit_fields() 2868 action = mod_acts->actions + in offload_pedit_fields() 2869 (mod_acts->num_actions * action_size); in offload_pedit_fields() 2893 ++mod_acts->num_actions; in offload_pedit_fields()
|
Completed in 23 milliseconds