Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A 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()
H A Dverbs.c583 int old_cqe, outst_cqe, ret; in mlx4_resize_cq() local
608 old_cqe = ibcq->cqe; in mlx4_resize_cq()
618 mlx4_cq_resize_copy_cqes(cq, buf.buf, old_cqe); in mlx4_resize_cq()