Home
last modified time | relevance | path

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

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