Home
last modified time | relevance | path

Searched refs:tcqe (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A 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()
H A 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-6.6/drivers/infiniband/hw/mthca/
H A 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()
H A Dmthca_provider.c744 int tcqe; in mthca_resize_cq() local
750 tcqe = cq->ibcq.cqe; in mthca_resize_cq()
755 tcqe = cq->resize_buf->cqe; in mthca_resize_cq()
762 mthca_free_cq_buf(dev, &tbuf, tcqe); in mthca_resize_cq()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A 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()

Completed in 8 milliseconds