Searched refs:buf_a (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dverbs.c409 if (mlx5_alloc_cq_buf(to_mctx(context), cq, &cq->buf_a, ncqe, cqe_sz)) {
429 cmd.buf_addr = (uintptr_t) cq->buf_a.buf;
464 cq->active_buf = &cq->buf_a;
480 mlx5_free_cq_buf(to_mctx(context), &cq->buf_a);
551 if (cq->active_buf == &cq->buf_a)
554 cq->resize_buf = &cq->buf_a;
H A Dmlx5.h319 struct mlx5_buf buf_a; member in struct:mlx5_cq

Completed in 113 milliseconds