Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c2458 struct mlx5hws_actions_wqe_setter *last_setter; in mlx5hws_action_template_process() local
2476 last_setter = start_setter; in mlx5hws_action_template_process()
2487 last_setter->flags |= ASF_HIT; in mlx5hws_action_template_process()
2488 last_setter->set_hit = &hws_action_setter_hit; in mlx5hws_action_template_process()
2489 last_setter->idx_hit = i; in mlx5hws_action_template_process()
2493 last_setter->flags |= ASF_HIT; in mlx5hws_action_template_process()
2494 last_setter->set_hit = &hws_action_setter_range; in mlx5hws_action_template_process()
2495 last_setter->idx_hit = i; in mlx5hws_action_template_process()
2505 setter = hws_action_setter_find_first(last_setter, in mlx5hws_action_template_process()
2516 setter = hws_action_setter_find_first(last_setter, ASF_DOUBLE | ASF_REMOVE); in mlx5hws_action_template_process()
[all …]