Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c2412 struct mlx5hws_actions_wqe_setter *last_setter; in mlx5hws_action_template_process() local
2430 last_setter = start_setter; in mlx5hws_action_template_process()
2440 last_setter->flags |= ASF_HIT; in mlx5hws_action_template_process()
2441 last_setter->set_hit = &hws_action_setter_hit; in mlx5hws_action_template_process()
2442 last_setter->idx_hit = i; in mlx5hws_action_template_process()
2446 last_setter->flags |= ASF_HIT; in mlx5hws_action_template_process()
2447 last_setter->set_hit = &hws_action_setter_range; in mlx5hws_action_template_process()
2448 last_setter->idx_hit = i; in mlx5hws_action_template_process()
2458 setter = hws_action_setter_find_first(last_setter, in mlx5hws_action_template_process()
2469 setter = hws_action_setter_find_first(last_setter, ASF_DOUBLE | ASF_REMOVE); in mlx5hws_action_template_process()
[all …]