Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmod_hdr.c162 int new_num_actions, max_hw_actions; in mlx5e_mod_hdr_alloc() local
170 new_num_actions = min(max_hw_actions, in mlx5e_mod_hdr_alloc()
173 if (mod_hdr_acts->max_actions == new_num_actions) in mlx5e_mod_hdr_alloc()
176 new_sz = MLX5_MH_ACT_SZ * new_num_actions; in mlx5e_mod_hdr_alloc()
194 mod_hdr_acts->max_actions = new_num_actions; in mlx5e_mod_hdr_alloc()