Searched refs:new_num_actions (Results 1 – 1 of 1) sorted by relevance
2833 int action_size, new_num_actions, max_hw_actions; in alloc_mod_hdr_actions() local2844 new_num_actions = min(max_hw_actions, in alloc_mod_hdr_actions()2847 if (mod_hdr_acts->max_actions == new_num_actions) in alloc_mod_hdr_actions()2850 new_sz = action_size * new_num_actions; in alloc_mod_hdr_actions()2858 mod_hdr_acts->max_actions = new_num_actions; in alloc_mod_hdr_actions()