Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_cq.c711 int tcqe; in mthca_poll_cq() local
714 tcqe = cq->ibcq.cqe; in mthca_poll_cq()
719 cq->resize_buf->cqe = tcqe; in mthca_poll_cq()
Dmthca_provider.c823 int tcqe; in mthca_resize_cq() local
829 tcqe = cq->ibcq.cqe; in mthca_resize_cq()
834 tcqe = cq->resize_buf->cqe; in mthca_resize_cq()
841 mthca_free_cq_buf(dev, &tbuf, tcqe); in mthca_resize_cq()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dcq.c81 struct mlx4_cqe *tcqe = ((cq->buf.entry_size == 64) ? (cqe + 1) : cqe); in get_sw_cqe() local
83 return (!!(tcqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK) ^ in get_sw_cqe()