Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c195 enum mlx5hws_action_type *user_actions) in hws_action_print_combo() argument
198 while (*user_actions != MLX5HWS_ACTION_TYP_LAST) { in hws_action_print_combo()
199 mlx5hws_err(ctx, " %s", mlx5hws_action_type_to_str(*user_actions)); in hws_action_print_combo()
200 user_actions++; in hws_action_print_combo()
206 enum mlx5hws_action_type *user_actions, in mlx5hws_action_check_combo() argument
221 if (BIT(user_actions[user_idx]) & order_arr[order_idx]) in mlx5hws_action_check_combo()
229 valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST; in mlx5hws_action_check_combo()
231 hws_action_print_combo(ctx, user_actions); in mlx5hws_action_check_combo()
Dmlx5hws_action.h213 enum mlx5hws_action_type *user_actions,