Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_action.h55 ASF_SINGLE1 = 1 << 0, enumerator
59 ASF_TRIPLE = ASF_SINGLE1 | ASF_DOUBLE,
H A Dmlx5hws_action.c2459 ASF_SINGLE1 | ASF_MODIFY | in mlx5hws_action_template_process()
2461 setter->flags |= ASF_SINGLE1 | ASF_REMOVE; in mlx5hws_action_template_process()
2495 ASF_SINGLE1 | ASF_MODIFY); in mlx5hws_action_template_process()
2496 setter->flags |= ASF_SINGLE1 | ASF_REMOVE; in mlx5hws_action_template_process()
2513 ASF_SINGLE1 | ASF_DOUBLE); in mlx5hws_action_template_process()
2514 setter->flags |= ASF_SINGLE1 | ASF_DOUBLE; in mlx5hws_action_template_process()
2531 setter = hws_action_setter_find_first(start_setter, ASF_SINGLE1); in mlx5hws_action_template_process()
2532 setter->flags |= ASF_SINGLE1; in mlx5hws_action_template_process()