Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libmlx5/
Dverbs.c352 int ncqe; in create_cq() local
395 ncqe = align_queue_size(cq_attr->cqe + 1); in create_cq()
396 if ((ncqe > (1 << 24)) || (ncqe < (cq_attr->cqe + 1))) { in create_cq()
397 mlx5_dbg(fp, MLX5_DBG_CQ, "ncqe %d\n", ncqe); in create_cq()
409 if (mlx5_alloc_cq_buf(to_mctx(context), cq, &cq->buf_a, ncqe, cqe_sz)) { in create_cq()
455 ret = ibv_cmd_create_cq(context, ncqe - 1, cq_attr->channel, in create_cq()