Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A 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()
H A 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
H A Dmod_hdr.h22 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts);
H A Dtc_ct.c1941 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts) in mlx5_tc_ct_flow_offload() argument
1952 rule = __mlx5_tc_ct_flow_offload_clear(priv, spec, attr, mod_hdr_acts); in mlx5_tc_ct_flow_offload()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A 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);
H A Den_tc.c154 struct mlx5e_tc_mod_hdr_acts mod_hdr_acts; member
243 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts, in mlx5e_tc_match_to_reg_set() argument
254 err = alloc_mod_hdr_actions(mdev, ns, mod_hdr_acts); in mlx5e_tc_match_to_reg_set()
258 modact = mod_hdr_acts->actions + in mlx5e_tc_match_to_reg_set()
259 (mod_hdr_acts->num_actions * MLX5_MH_ACT_SZ); in mlx5e_tc_match_to_reg_set()
270 mod_hdr_acts->num_actions++; in mlx5e_tc_match_to_reg_set()
458 &parse_attr->mod_hdr_acts); in mlx5e_attach_mod_hdr()
1103 dealloc_mod_hdr_actions(&parse_attr->mod_hdr_acts); in mlx5e_tc_add_nic_flow()
1110 attr, &parse_attr->mod_hdr_acts); in mlx5e_tc_add_nic_flow()
1194 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts; in mlx5e_tc_offload_fdb_rules() local
[all …]