Home
last modified time | relevance | path

Searched refs:new_cqe (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/ofed/drivers/infiniband/hw/mlx4/
HDcq.c342 struct mlx4_cqe *cqe, *new_cqe; in mlx4_ib_cq_resize_copy_cqes() local
352 new_cqe = get_cqe_from_buf(&cq->resize_buf->buf, in mlx4_ib_cq_resize_copy_cqes()
354 memcpy(new_cqe, get_cqe(cq, i & cq->ibcq.cqe), cqe_size); in mlx4_ib_cq_resize_copy_cqes()
355 new_cqe += cqe_inc; in mlx4_ib_cq_resize_copy_cqes()
357 new_cqe->owner_sr_opcode = (cqe->owner_sr_opcode & ~MLX4_CQE_OWNER_MASK) | in mlx4_ib_cq_resize_copy_cqes()
/trueos/contrib/ofed/libmthca/src/
HDmthca.h326 void mthca_cq_resize_copy_cqes(struct mthca_cq *cq, void *buf, int new_cqe);
/trueos/contrib/ofed/libmlx4/src/
HDmlx4.h381 void mlx4_cq_resize_copy_cqes(struct mlx4_cq *cq, void *buf, int new_cqe);