Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A 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()
H A Dmthca_provider.c768 int tcqe; in mthca_resize_cq() local
774 tcqe = cq->ibcq.cqe; in mthca_resize_cq()
779 tcqe = cq->resize_buf->cqe; in mthca_resize_cq()
786 mthca_free_cq_buf(dev, &tbuf, tcqe); in mthca_resize_cq()
/freebsd/contrib/ofed/libmlx4/
H A Dcq.c105 struct mlx4_cqe *tcqe = cq->cqe_size == 64 ? cqe + 1 : cqe; in get_sw_cqe() local
107 return (!!(tcqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK) ^ in get_sw_cqe()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c83 struct mlx4_cqe *tcqe = ((cq->buf.entry_size == 64) ? (cqe + 1) : cqe); in get_sw_cqe() local
85 return (!!(tcqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK) ^ in get_sw_cqe()