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

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
H A Diwch_cq.c48 struct t3_cqe cqe, *rd_cqe; iwch_poll_cq_one() local
55 rd_cqe = cxio_next_cqe(&chp->cq); iwch_poll_cq_one()
57 if (!rd_cqe) iwch_poll_cq_one()
60 qhp = get_qhp(rhp, CQE_QPID(*rd_cqe)); iwch_poll_cq_one()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
H A Dcq.c685 struct t4_cqe uninitialized_var(cqe), *rd_cqe; c4iw_poll_cq_one() local
692 ret = t4_next_cqe(&chp->cq, &rd_cqe); c4iw_poll_cq_one()
697 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); c4iw_poll_cq_one()

Completed in 178 milliseconds