Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ofed/libmlx4/src/
Dcq.c406 int cqe_inc = cq->cqe_size == 64 ? 1 : 0; in __mlx4_cq_clean() local
428 cqe += cqe_inc; in __mlx4_cq_clean()
440 dest += cqe_inc; in __mlx4_cq_clean()
480 int cqe_inc = cq->cqe_size == 64 ? 1 : 0; in mlx4_cq_resize_copy_cqes() local
484 cqe += cqe_inc; in mlx4_cq_resize_copy_cqes()
490 cqe - cqe_inc, cq->cqe_size); in mlx4_cq_resize_copy_cqes()
493 cqe += cqe_inc; in mlx4_cq_resize_copy_cqes()
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dcq.c345 int cqe_inc = cqe_size == 64 ? 1 : 0; in mlx4_ib_cq_resize_copy_cqes() local
349 cqe += cqe_inc; in mlx4_ib_cq_resize_copy_cqes()
355 new_cqe += cqe_inc; in mlx4_ib_cq_resize_copy_cqes()
360 cqe += cqe_inc; in mlx4_ib_cq_resize_copy_cqes()
845 int cqe_inc = cq->buf.entry_size == 64 ? 1 : 0; in __mlx4_ib_cq_clean() local
864 cqe += cqe_inc; in __mlx4_ib_cq_clean()
872 dest += cqe_inc; in __mlx4_ib_cq_clean()