Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
Dmthca_cq.c703 int tcqe; in mthca_poll_cq() local
706 tcqe = cq->ibcq.cqe; in mthca_poll_cq()
711 cq->resize_buf->cqe = tcqe; in mthca_poll_cq()
Dmthca_provider.c770 int tcqe; in mthca_resize_cq() local
776 tcqe = cq->ibcq.cqe; in mthca_resize_cq()
781 tcqe = cq->resize_buf->cqe; in mthca_resize_cq()
788 mthca_free_cq_buf(dev, &tbuf, tcqe); in mthca_resize_cq()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
Dcq.c82 struct mlx4_cqe *tcqe = ((cq->buf.entry_size == 64) ? (cqe + 1) : cqe); in get_sw_cqe() local
84 return (!!(tcqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK) ^ in get_sw_cqe()