Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c464 cq->active_buf = &cq->buf_a; in create_cq()
560 if (cq->active_buf == &cq->buf_a) in mlx5_resize_cq()
591 mlx5_free_cq_buf(mctx, cq->active_buf); in mlx5_resize_cq()
592 cq->active_buf = 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 Dcq.c78 return cq->active_buf->buf + n * cq->cqe_sz; in get_cqe()
1450 scqe = get_buf_cqe(cq->active_buf, i & cq->active_cqes, ssize); in mlx5_cq_resize_copy_cqes()
1466 scqe = get_buf_cqe(cq->active_buf, i & cq->active_cqes, ssize); in mlx5_cq_resize_copy_cqes()
H A Dmlx5.h321 struct mlx5_buf *active_buf; member
H A Dmlx5.c686 cq_out->buf = mcq->active_buf->buf; in mlx5dv_get_cq()