Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Daction.h58 ASF_DOUBLE = ASF_SINGLE2 | ASF_SINGLE3, enumerator
59 ASF_TRIPLE = ASF_SINGLE1 | ASF_DOUBLE,
A Daction.c2516 setter = hws_action_setter_find_first(last_setter, ASF_DOUBLE | ASF_REMOVE); in mlx5hws_action_template_process()
2517 setter->flags |= ASF_DOUBLE | ASF_INSERT; in mlx5hws_action_template_process()
2524 setter = hws_action_setter_find_first(last_setter, ASF_DOUBLE | ASF_REMOVE); in mlx5hws_action_template_process()
2525 setter->flags |= ASF_DOUBLE | ASF_MODIFY; in mlx5hws_action_template_process()
2532 setter = hws_action_setter_find_first(last_setter, ASF_DOUBLE); in mlx5hws_action_template_process()
2533 setter->flags |= ASF_DOUBLE; in mlx5hws_action_template_process()
2551 setter = hws_action_setter_find_first(last_setter, ASF_DOUBLE | ASF_REMOVE); in mlx5hws_action_template_process()
2552 setter->flags |= ASF_DOUBLE | ASF_INSERT; in mlx5hws_action_template_process()
2560 ASF_SINGLE1 | ASF_DOUBLE); in mlx5hws_action_template_process()
2561 setter->flags |= ASF_SINGLE1 | ASF_DOUBLE; in mlx5hws_action_template_process()
[all …]

Completed in 10 milliseconds