Lines Matching refs:num_wrs
360 u32 num_wrs; in iwch_post_send() local
372 num_wrs = Q_FREECNT(qhp->wq.sq_rptr, qhp->wq.sq_wptr, in iwch_post_send()
374 if (num_wrs == 0) { in iwch_post_send()
380 if (num_wrs == 0) { in iwch_post_send()
451 num_wrs--; in iwch_post_send()
472 u32 num_wrs; in iwch_post_receive() local
482 num_wrs = Q_FREECNT(qhp->wq.rq_rptr, qhp->wq.rq_wptr, in iwch_post_receive()
496 if (num_wrs) in iwch_post_receive()
516 num_wrs--; in iwch_post_receive()
538 u32 num_wrs; in iwch_bind_mw() local
555 num_wrs = Q_FREECNT(qhp->wq.sq_rptr, qhp->wq.sq_wptr, in iwch_bind_mw()
557 if (num_wrs == 0) { in iwch_bind_mw()