Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/mthca/
Dmthca_provider.c745 int tcqe; in mthca_resize_cq() local
751 tcqe = cq->ibcq.cqe; in mthca_resize_cq()
756 tcqe = cq->resize_buf->cqe; in mthca_resize_cq()
763 mthca_free_cq_buf(dev, &tbuf, tcqe); in mthca_resize_cq()
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()
/linux-6.12.1/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()