Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c480 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()
H A Dmlx5.h602 int mlx5_free_cq_buf(struct mlx5_context *ctx, struct mlx5_buf *buf);
H A Dcq.c1516 int mlx5_free_cq_buf(struct mlx5_context *ctx, struct mlx5_buf *buf) in mlx5_free_cq_buf() function