Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmod_hdr.c74 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts) in mlx5e_mod_hdr_attach() argument
81 num_actions = mod_hdr_acts->num_actions; in mlx5e_mod_hdr_attach()
84 key.actions = mod_hdr_acts->actions; in mlx5e_mod_hdr_attach()
Dtc_ct.h123 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts);
188 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts) in mlx5_tc_ct_flow_offload() argument
Dmod_hdr.h22 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts);
Dtc_ct.c1769 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts) in mlx5_tc_ct_flow_offload() argument
1780 rule = __mlx5_tc_ct_flow_offload_clear(priv, spec, attr, mod_hdr_acts); in mlx5_tc_ct_flow_offload()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h195 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts,
212 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts);
213 void dealloc_mod_hdr_actions(struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts);
Den_tc.c153 struct mlx5e_tc_mod_hdr_acts mod_hdr_acts; member
242 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts, in mlx5e_tc_match_to_reg_set() argument
253 err = alloc_mod_hdr_actions(mdev, ns, mod_hdr_acts); in mlx5e_tc_match_to_reg_set()
257 modact = mod_hdr_acts->actions + in mlx5e_tc_match_to_reg_set()
258 (mod_hdr_acts->num_actions * MLX5_MH_ACT_SZ); in mlx5e_tc_match_to_reg_set()
269 mod_hdr_acts->num_actions++; in mlx5e_tc_match_to_reg_set()
457 &parse_attr->mod_hdr_acts); in mlx5e_attach_mod_hdr()
1073 dealloc_mod_hdr_actions(&parse_attr->mod_hdr_acts); in mlx5e_tc_add_nic_flow()
1080 attr, &parse_attr->mod_hdr_acts); in mlx5e_tc_add_nic_flow()
1164 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts; in mlx5e_tc_offload_fdb_rules() local
[all …]