Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c193 enum mlx5hws_action_type *user_actions) in hws_action_print_combo() argument
196 while (*user_actions != MLX5HWS_ACTION_TYP_LAST) { in hws_action_print_combo()
197 mlx5hws_err(ctx, " %s", mlx5hws_action_type_to_str(*user_actions)); in hws_action_print_combo()
198 user_actions++; in hws_action_print_combo()
204 enum mlx5hws_action_type *user_actions, in mlx5hws_action_check_combo() argument
219 if (BIT(user_actions[user_idx]) & order_arr[order_idx]) in mlx5hws_action_check_combo()
227 valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST; in mlx5hws_action_check_combo()
229 hws_action_print_combo(ctx, user_actions); in mlx5hws_action_check_combo()
H A Daction.h216 enum mlx5hws_action_type *user_actions,