Searched refs:hws_action_create_generic (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | action.c | 645 hws_action_create_generic(struct mlx5hws_context *ctx, in hws_action_create_generic() function 660 action = hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_TBL); in mlx5hws_action_create_dest_table_num() 691 action = hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_DROP); in mlx5hws_action_create_dest_drop() 712 action = hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_MISS); in mlx5hws_action_create_default_miss() 733 action = hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_TAG); in mlx5hws_action_create_tag() 758 action = hws_action_create_generic(ctx, flags, action_type); in hws_action_create_aso() 794 action = hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_CTR); in mlx5hws_action_create_counter() 824 action = hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_VPORT); in mlx5hws_action_create_dest_vport() 1809 action = hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_RANGE); in mlx5hws_action_create_dest_match_range() 1870 return hws_action_create_generic(ctx, flags, MLX5HWS_ACTION_TYP_LAST); in mlx5hws_action_create_last() [all …]
|