Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2934 int action_size, new_num_actions, max_hw_actions; in alloc_mod_hdr_actions() local
2945 new_num_actions = min(max_hw_actions, in alloc_mod_hdr_actions()
2948 if (mod_hdr_acts->max_actions == new_num_actions) in alloc_mod_hdr_actions()
2951 new_sz = action_size * new_num_actions; in alloc_mod_hdr_actions()
2959 mod_hdr_acts->max_actions = new_num_actions; in alloc_mod_hdr_actions()