Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c2408 struct mlx5hws_actions_wqe_setter *start_setter = at->setters + 1; in mlx5hws_action_template_process() local
2429 setter = start_setter; in mlx5hws_action_template_process()
2430 last_setter = start_setter; in mlx5hws_action_template_process()
2531 setter = hws_action_setter_find_first(start_setter, ASF_SINGLE1); in mlx5hws_action_template_process()
2543 setter = hws_action_setter_find_first(start_setter, ASF_CTR); in mlx5hws_action_template_process()
2561 at->num_of_action_stes = last_setter - start_setter + 1; in mlx5hws_action_template_process()