Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_cq.c48 struct t3_cqe cqe, *rd_cqe; in iwch_poll_cq_one() local
55 rd_cqe = cxio_next_cqe(&chp->cq); in iwch_poll_cq_one()
57 if (!rd_cqe) in iwch_poll_cq_one()
60 qhp = get_qhp(rhp, CQE_QPID(*rd_cqe)); in iwch_poll_cq_one()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcq.c687 struct t4_cqe uninitialized_var(cqe), *rd_cqe; in c4iw_poll_cq_one()
694 ret = t4_next_cqe(&chp->cq, &rd_cqe); in c4iw_poll_cq_one()
699 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()