Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c198 enum mlx5hws_action_type *user_actions) in hws_action_print_combo() argument
201 while (*user_actions != MLX5HWS_ACTION_TYP_LAST) { in hws_action_print_combo()
202 mlx5hws_err(ctx, " %s", mlx5hws_action_type_to_str(*user_actions)); in hws_action_print_combo()
203 user_actions++; in hws_action_print_combo()
209 enum mlx5hws_action_type *user_actions, in mlx5hws_action_check_combo() argument
224 if (BIT(user_actions[user_idx]) & order_arr[order_idx]) in mlx5hws_action_check_combo()
232 valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST; in mlx5hws_action_check_combo()
234 hws_action_print_combo(ctx, user_actions); in mlx5hws_action_check_combo()