Searched refs:resize_cqes (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.h323 int resize_cqes; member in struct:mlx5_cq
H A Dcq.c1459 dcqe = get_buf_cqe(cq->resize_buf, (i + 1) & (cq->resize_cqes - 1), dsize);
1461 sw_own = sw_ownership_bit(i + 1, cq->resize_cqes);
H A Dverbs.c565 cq->resize_cqes = cqe;
566 err = mlx5_alloc_cq_buf(mctx, cq, cq->resize_buf, cq->resize_cqes, cq->resize_cqe_sz);

Completed in 116 milliseconds