Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c2456 struct mlx5hws_actions_wqe_setter *last_setter; in mlx5hws_action_template_process() local
2474 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 …]