Searched refs:mod_hdr_acts (Results 1 – 6 of 6) sorted by relevance
75 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts) in mlx5e_mod_hdr_attach() argument82 num_actions = mod_hdr_acts->num_actions; in mlx5e_mod_hdr_attach()85 key.actions = mod_hdr_acts->actions; in mlx5e_mod_hdr_attach()161 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts) in mlx5e_mod_hdr_alloc() argument167 if (mod_hdr_acts->num_actions < mod_hdr_acts->max_actions) in mlx5e_mod_hdr_alloc()172 mod_hdr_acts->actions ? in mlx5e_mod_hdr_alloc()173 mod_hdr_acts->max_actions * 2 : 1); in mlx5e_mod_hdr_alloc()174 if (mod_hdr_acts->max_actions == new_num_actions) in mlx5e_mod_hdr_alloc()178 old_sz = mod_hdr_acts->max_actions * MLX5_MH_ACT_SZ; in mlx5e_mod_hdr_alloc()180 if (mod_hdr_acts->is_static) { in mlx5e_mod_hdr_alloc()[all …]
32 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts);33 void mlx5e_mod_hdr_dealloc(struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts);34 char *mlx5e_mod_hdr_get_item(struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts, int pos);40 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts);
41 struct mlx5e_tc_mod_hdr_acts mod_hdr_acts; member
262 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts,268 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts,283 struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts,
126 mod_acts = &attr->parse_attr->mod_hdr_acts; in mlx5e_tc_act_set_next_post_act()
531 mod_acts = &attr->parse_attr->mod_hdr_acts; in mlx5e_tc_sample_offload()