Searched refs:user_actions (Results 1 – 2 of 2) sorted by relevance
195 enum mlx5hws_action_type *user_actions) in hws_action_print_combo() argument198 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() argument221 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()
213 enum mlx5hws_action_type *user_actions,