Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c73 enum mlx5hws_action_type init_action_types[1] = { MLX5HWS_ACTION_TYP_LAST }; in mlx5hws_bwc_matcher_create_simple() enumerator
510 rule_actions[i].action && (rule_actions[i].action->type != MLX5HWS_ACTION_TYP_LAST); in hws_bwc_rule_actions_to_action_types()
515 action_types[i] = MLX5HWS_ACTION_TYP_LAST; in hws_bwc_rule_actions_to_action_types()
568 rule_actions[j].action->type != MLX5HWS_ACTION_TYP_LAST) { in hws_bwc_matcher_find_at()
574 if (action_type_arr[j] == MLX5HWS_ACTION_TYP_LAST && in hws_bwc_matcher_find_at()
576 rule_actions[j].action->type == MLX5HWS_ACTION_TYP_LAST)) in hws_bwc_matcher_find_at()
H A Daction.c36 BIT(MLX5HWS_ACTION_TYP_LAST),
40 [MLX5HWS_ACTION_TYP_LAST] = "LAST",
196 while (*user_actions != MLX5HWS_ACTION_TYP_LAST) { in hws_action_print_combo()
217 while (order_arr[order_idx] != BIT(MLX5HWS_ACTION_TYP_LAST)) { in mlx5hws_action_check_combo()
227 valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST; in mlx5hws_action_check_combo()
1870 return hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_LAST); in mlx5hws_action_create_last()
1998 case MLX5HWS_ACTION_TYP_LAST: in hws_action_destroy_hws()
2626 while (action_type[num_actions++] != MLX5HWS_ACTION_TYP_LAST) in mlx5hws_action_template_create()
H A Dmlx5hws.h25 MLX5HWS_ACTION_TYP_LAST, enumerator