Searched refs:new_num_actions (Results 1 – 2 of 2) sorted by relevance
163 int new_num_actions, max_hw_actions; in mlx5e_mod_hdr_alloc() local171 new_num_actions = min(max_hw_actions, in mlx5e_mod_hdr_alloc()174 if (mod_hdr_acts->max_actions == new_num_actions) in mlx5e_mod_hdr_alloc()177 new_sz = MLX5_MH_ACT_SZ * new_num_actions; in mlx5e_mod_hdr_alloc()195 mod_hdr_acts->max_actions = new_num_actions; in mlx5e_mod_hdr_alloc()
1205 size_t new_num_actions; in hws_action_create_modify_header_hws() local1213 &new_num_actions, &nope_location, in hws_action_create_modify_header_hws()1217 action[i].modify_header.num_of_actions = new_num_actions; in hws_action_create_modify_header_hws()1219 max_mh_actions = max(max_mh_actions, new_num_actions); in hws_action_create_modify_header_hws()