Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c735 mlx5hws_cmd_ste_destroy(ctx->mdev, matcher->match_ste.ste_0_base); in hws_matcher_bind_mt()
746 mlx5hws_cmd_ste_destroy(ctx->mdev, matcher->match_ste.ste_1_base); in hws_matcher_unbind_mt()
747 mlx5hws_cmd_ste_destroy(ctx->mdev, matcher->match_ste.ste_0_base); in hws_matcher_unbind_mt()
H A Dcmd.h285 void mlx5hws_cmd_ste_destroy(struct mlx5_core_dev *mdev, u32 ste_id);
H A Dpool.c11 mlx5hws_cmd_ste_destroy(resource->pool->ctx->mdev, resource->base_id); in hws_pool_free_one_resource()
H A Dcmd.c750 void mlx5hws_cmd_ste_destroy(struct mlx5_core_dev *mdev, u32 ste_id) in mlx5hws_cmd_ste_destroy() function