Home
last modified time | relevance | path

Searched refs:rd_cqe (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Diwch_cq.c179 struct t3_cqe *rd_cqe; in iwch_poll_cq_one() local
182 rd_cqe = cxio_next_cqe(&chp->cq); in iwch_poll_cq_one()
184 if (!rd_cqe) in iwch_poll_cq_one()
187 qhp = get_qhp(rhp, CQE_QPID(*rd_cqe)); in iwch_poll_cq_one()
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Dcq.c925 struct t4_cqe *rd_cqe; in c4iw_poll_cq_one() local
928 ret = t4_next_cqe(&chp->cq, &rd_cqe); in c4iw_poll_cq_one()
933 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()