Home
last modified time | relevance | path

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

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