Searched refs:last_setter (Results 1 – 1 of 1) sorted by relevance
2456 struct mlx5hws_actions_wqe_setter *last_setter; in mlx5hws_action_template_process() local2474 last_setter = start_setter; in mlx5hws_action_template_process()2485 last_setter->flags |= ASF_HIT; in mlx5hws_action_template_process()2486 last_setter->set_hit = &hws_action_setter_hit; in mlx5hws_action_template_process()2487 last_setter->idx_hit = i; in mlx5hws_action_template_process()2491 last_setter->flags |= ASF_HIT; in mlx5hws_action_template_process()2492 last_setter->set_hit = &hws_action_setter_range; in mlx5hws_action_template_process()2493 last_setter->idx_hit = i; in mlx5hws_action_template_process()2599 last_setter = max(setter, last_setter); in mlx5hws_action_template_process()2603 if (!(last_setter->flags & ASF_HIT)) in mlx5hws_action_template_process()[all …]