Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c563 struct t4_cqe cqe, *rd_cqe; in c4iw_poll_cq_one() local
570 ret = t4_next_cqe(&chp->cq, &rd_cqe); in c4iw_poll_cq_one()
591 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c718 struct t4_cqe cqe = {0, 0}, *rd_cqe; in c4iw_poll_cq_one() local
725 ret = t4_next_cqe(&chp->cq, &rd_cqe); in c4iw_poll_cq_one()
730 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()