Searched refs:user_actions (Results 1 – 2 of 2) sorted by relevance
193 enum mlx5hws_action_type *user_actions) in hws_action_print_combo() argument196 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() argument219 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()
216 enum mlx5hws_action_type *user_actions,