Searched refs:new_num_actions (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c163 int new_num_actions, max_hw_actions; local
171 new_num_actions = min(max_hw_actions,
174 if (mod_hdr_acts->max_actions == new_num_actions)
177 new_sz = MLX5_MH_ACT_SZ * new_num_actions;
195 mod_hdr_acts->max_actions = new_num_actions;

Completed in 84 milliseconds