Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c233 enum mlx5hws_action_type init_action_types[1] = { MLX5HWS_ACTION_TYP_LAST }; in mlx5hws_bwc_matcher_create_simple() enumerator
766 rule_actions[i].action && (rule_actions[i].action->type != MLX5HWS_ACTION_TYP_LAST); in hws_bwc_rule_actions_to_action_types()
771 action_types[i] = MLX5HWS_ACTION_TYP_LAST; in hws_bwc_rule_actions_to_action_types()
842 rule_actions[j].action->type != MLX5HWS_ACTION_TYP_LAST) { in hws_bwc_matcher_find_at()
848 if (action_type_arr[j] == MLX5HWS_ACTION_TYP_LAST && in hws_bwc_matcher_find_at()
850 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",
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
H A Dbwc_complex.c409 action_types[2] = MLX5HWS_ACTION_TYP_LAST; in hws_submatcher_init_first()
475 action_types[2] = MLX5HWS_ACTION_TYP_LAST; in hws_submatcher_init()