Searched refs:new_num_actions (Results 1 – 1 of 1) sorted by relevance
2934 int action_size, new_num_actions, max_hw_actions; in alloc_mod_hdr_actions() local2945 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()