Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dcq.c720 int cqe_inc = cq->cqe_size == 64 ? 1 : 0; in __mlx4_cq_clean() local
739 cqe += cqe_inc; in __mlx4_cq_clean()
751 dest += cqe_inc; in __mlx4_cq_clean()
791 int cqe_inc = cq->cqe_size == 64 ? 1 : 0; in mlx4_cq_resize_copy_cqes() local
795 cqe += cqe_inc; in mlx4_cq_resize_copy_cqes()
801 cqe - cqe_inc, cq->cqe_size); in mlx4_cq_resize_copy_cqes()
804 cqe += cqe_inc; in mlx4_cq_resize_copy_cqes()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c348 int cqe_inc = cqe_size == 64 ? 1 : 0; in mlx4_ib_cq_resize_copy_cqes() local
352 cqe += cqe_inc; in mlx4_ib_cq_resize_copy_cqes()
358 new_cqe += cqe_inc; in mlx4_ib_cq_resize_copy_cqes()
363 cqe += cqe_inc; in mlx4_ib_cq_resize_copy_cqes()
919 int cqe_inc = cq->buf.entry_size == 64 ? 1 : 0; in __mlx4_ib_cq_clean() local
938 cqe += cqe_inc; in __mlx4_ib_cq_clean()
946 dest += cqe_inc; in __mlx4_ib_cq_clean()