Searched refs:tcqe (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/ofed/libmlx4/src/
H A Dcq.c118 struct mlx4_cqe *tcqe = cq->cqe_size == 64 ? cqe + 1 : cqe; local
120 return (!!(tcqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK) ^
121 !!(n & (cq->ibv_cq.cqe + 1))) ? NULL : tcqe;
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c708 int tcqe; local
711 tcqe = cq->ibcq.cqe;
716 cq->resize_buf->cqe = tcqe;
H A Dmthca_provider.c848 int tcqe; local
854 tcqe = cq->ibcq.cqe;
859 tcqe = cq->resize_buf->cqe;
866 mthca_free_cq_buf(dev, &tbuf, tcqe);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcq.c84 struct mlx4_cqe *tcqe = ((cq->buf.entry_size == 64) ? (cqe + 1) : cqe); local
86 return (!!(tcqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK) ^

Completed in 113 milliseconds