Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3004 int action_size, new_num_actions, max_hw_actions; in alloc_mod_hdr_actions() local
3015 new_num_actions = min(max_hw_actions, in alloc_mod_hdr_actions()
3018 if (mod_hdr_acts->max_actions == new_num_actions) in alloc_mod_hdr_actions()
3021 new_sz = action_size * new_num_actions; in alloc_mod_hdr_actions()
3029 mod_hdr_acts->max_actions = new_num_actions; in alloc_mod_hdr_actions()