Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c36 BIT(MLX5HWS_ACTION_TYP_LAST),
40 [MLX5HWS_ACTION_TYP_LAST] = "LAST",
201 while (*user_actions != MLX5HWS_ACTION_TYP_LAST) { in hws_action_print_combo()
222 while (order_arr[order_idx] != BIT(MLX5HWS_ACTION_TYP_LAST)) { in mlx5hws_action_check_combo()
232 valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST; in mlx5hws_action_check_combo()
1867 return hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_LAST); in mlx5hws_action_create_last()
1995 case MLX5HWS_ACTION_TYP_LAST: in hws_action_destroy_hws()
2628 while (action_type[num_actions++] != MLX5HWS_ACTION_TYP_LAST) in mlx5hws_action_template_create()
H A Dmlx5hws.h25 MLX5HWS_ACTION_TYP_LAST, enumerator