Searched refs:mlx5_free_cq_buf (Results 1 – 3 of 3) sorted by relevance
480 mlx5_free_cq_buf(to_mctx(context), &cq->buf_a); in create_cq() 591 mlx5_free_cq_buf(mctx, cq->active_buf); in mlx5_resize_cq() 599 mlx5_free_cq_buf(mctx, cq->resize_buf); in mlx5_resize_cq() 618 mlx5_free_cq_buf(to_mctx(cq->context), to_mcq(cq)->active_buf); in mlx5_destroy_cq()
602 int mlx5_free_cq_buf(struct mlx5_context *ctx, struct mlx5_buf *buf);
1516 int mlx5_free_cq_buf(struct mlx5_context *ctx, struct mlx5_buf *buf) in mlx5_free_cq_buf() function