Symbol: MLX5HWS_ACTION_TYP_LAST
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1867
return hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_LAST);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1995
case MLX5HWS_ACTION_TYP_LAST:
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
201
while (*user_actions != MLX5HWS_ACTION_TYP_LAST) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
222
while (order_arr[order_idx] != BIT(MLX5HWS_ACTION_TYP_LAST)) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
232
valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2628
while (action_type[num_actions++] != MLX5HWS_ACTION_TYP_LAST)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
36
BIT(MLX5HWS_ACTION_TYP_LAST),
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
40
[MLX5HWS_ACTION_TYP_LAST] = "LAST",
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
233
enum mlx5hws_action_type init_action_types[1] = { MLX5HWS_ACTION_TYP_LAST };
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
766
rule_actions[i].action && (rule_actions[i].action->type != MLX5HWS_ACTION_TYP_LAST);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
771
action_types[i] = MLX5HWS_ACTION_TYP_LAST;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
842
rule_actions[j].action->type != MLX5HWS_ACTION_TYP_LAST) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
848
if (action_type_arr[j] == MLX5HWS_ACTION_TYP_LAST &&
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
850
rule_actions[j].action->type == MLX5HWS_ACTION_TYP_LAST))
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc_complex.c
409
action_types[2] = MLX5HWS_ACTION_TYP_LAST;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc_complex.c
475
action_types[2] = MLX5HWS_ACTION_TYP_LAST;