Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_pat_arg.h61 void mlx5hws_arg_destroy(struct mlx5hws_context *ctx, u32 arg_id);
Dmlx5hws_action.c963 mlx5hws_arg_destroy(action->ctx, arg_id); in hws_action_handle_insert_with_ptr()
1113 mlx5hws_arg_destroy(action->ctx, arg_id); in hws_action_handle_tunnel_l3_to_l2()
1307 mlx5hws_arg_destroy(ctx, arg_id); in hws_action_create_modify_header_hws()
1931 mlx5hws_arg_destroy(action->ctx, obj_id); in hws_action_destroy_hws()
1937 mlx5hws_arg_destroy(action->ctx, action->reformat.arg_id); in hws_action_destroy_hws()
1943 mlx5hws_arg_destroy(action->ctx, action->reformat.arg_id); in hws_action_destroy_hws()
Dmlx5hws_pat_arg.c451 void mlx5hws_arg_destroy(struct mlx5hws_context *ctx, u32 arg_id) in mlx5hws_arg_destroy() function