Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_bwc.c73 enum mlx5hws_action_type init_action_types[1] = { MLX5HWS_ACTION_TYP_LAST }; in mlx5hws_bwc_matcher_create_simple() enumerator
486 rule_actions[i].action && (rule_actions[i].action->type != MLX5HWS_ACTION_TYP_LAST); in hws_bwc_rule_actions_to_action_types()
491 action_types[i] = MLX5HWS_ACTION_TYP_LAST; in hws_bwc_rule_actions_to_action_types()
544 rule_actions[j].action->type != MLX5HWS_ACTION_TYP_LAST) { in hws_bwc_matcher_find_at()
550 if (action_type_arr[j] == MLX5HWS_ACTION_TYP_LAST && in hws_bwc_matcher_find_at()
552 rule_actions[j].action->type == MLX5HWS_ACTION_TYP_LAST)) in hws_bwc_matcher_find_at()
H A Dmlx5hws_action.c37 BIT(MLX5HWS_ACTION_TYP_LAST),
42 [MLX5HWS_ACTION_TYP_LAST] = "LAST",
198 while (*user_actions != MLX5HWS_ACTION_TYP_LAST) { in hws_action_print_combo()
219 while (order_arr[order_idx] != BIT(MLX5HWS_ACTION_TYP_LAST)) { in mlx5hws_action_check_combo()
229 valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST; in mlx5hws_action_check_combo()
1871 return hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_LAST); in mlx5hws_action_create_last()
1951 case MLX5HWS_ACTION_TYP_LAST: in hws_action_destroy_hws()
2581 while (action_type[num_actions++] != MLX5HWS_ACTION_TYP_LAST) in mlx5hws_action_template_create()
H A Dmlx5hws.h25 MLX5HWS_ACTION_TYP_LAST, enumerator