Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dpat_arg.h61 void mlx5hws_arg_destroy(struct mlx5hws_context *ctx, u32 arg_id);
H A Daction.c962 mlx5hws_arg_destroy(action->ctx, arg_id); in hws_action_handle_insert_with_ptr()
1112 mlx5hws_arg_destroy(action->ctx, arg_id); in hws_action_handle_tunnel_l3_to_l2()
1306 mlx5hws_arg_destroy(ctx, arg_id); in hws_action_create_modify_header_hws()
1978 mlx5hws_arg_destroy(action->ctx, obj_id); in hws_action_destroy_hws()
1984 mlx5hws_arg_destroy(action->ctx, action->reformat.arg_id); in hws_action_destroy_hws()
1990 mlx5hws_arg_destroy(action->ctx, action->reformat.arg_id); in hws_action_destroy_hws()
H A Dpat_arg.c450 void mlx5hws_arg_destroy(struct mlx5hws_context *ctx, u32 arg_id) in mlx5hws_arg_destroy() function