Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c2452 struct mlx5hws_actions_wqe_setter *start_setter = at->setters + 1; in mlx5hws_action_template_process() local
2473 setter = start_setter; in mlx5hws_action_template_process()
2474 last_setter = start_setter; in mlx5hws_action_template_process()
2576 setter = hws_action_setter_find_first(start_setter, ASF_SINGLE1); in mlx5hws_action_template_process()
2588 setter = hws_action_setter_find_first(start_setter, ASF_CTR); in mlx5hws_action_template_process()
2606 at->num_of_action_stes = last_setter - start_setter + 1; in mlx5hws_action_template_process()