Home
last modified time | relevance | path

Searched refs:t4_rq_empty (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c295 if (CQE_SEND_OPCODE(cqe) && RQ_TYPE(cqe) && t4_rq_empty(wq)) in cqe_completes_wr()
456 if (t4_rq_empty(wq)) { in poll_cq()
527 BUG_ON(t4_rq_empty(wq)); in poll_cq()
H A Dt4.h368 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty() function
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c451 if (CQE_SEND_OPCODE(cqe) && RQ_TYPE(cqe) && t4_rq_empty(wq)) in cqe_completes_wr()
611 if (t4_rq_empty(wq)) { in poll_cq()
682 BUG_ON(t4_rq_empty(wq)); in poll_cq()
H A Dt4.h372 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty() function
H A Dqp.c1621 if (!t4_sq_empty(&qhp->wq) || !t4_rq_empty(&qhp->wq)) { in c4iw_modify_qp()