Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libmlx4/
Dcq.c787 void mlx4_cq_resize_copy_cqes(struct mlx4_cq *cq, void *buf, int old_cqe) in mlx4_cq_resize_copy_cqes() argument
794 cqe = get_cqe(cq, (i & old_cqe)); in mlx4_cq_resize_copy_cqes()
803 cqe = get_cqe(cq, (i & old_cqe)); in mlx4_cq_resize_copy_cqes()
Dverbs.c580 int old_cqe, outst_cqe, ret; in mlx4_resize_cq() local
605 old_cqe = ibcq->cqe; in mlx4_resize_cq()
615 mlx4_cq_resize_copy_cqes(cq, buf.buf, old_cqe); in mlx4_resize_cq()