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

/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cq.c92 struct t3_cqe cqe, *rd_cqe; local
99 rd_cqe = cxio_next_cqe(&chp->cq);
101 if (!rd_cqe)
104 qhp = get_qhp(rhp, CQE_QPID(*rd_cqe));
/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Dcq.c566 struct t4_cqe cqe, *rd_cqe; local
573 ret = t4_next_cqe(&chp->cq, &rd_cqe);
594 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe));
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c594 struct t4_cqe cqe = {0, 0}, *rd_cqe; local
601 ret = t4_next_cqe(&chp->cq, &rd_cqe);
606 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe));

Completed in 59 milliseconds