Lines Matching refs:num_wrs
361 u32 num_wrs; in iwch_post_send() local
373 num_wrs = Q_FREECNT(qhp->wq.sq_rptr, qhp->wq.sq_wptr, in iwch_post_send()
375 if (num_wrs == 0) { in iwch_post_send()
381 if (num_wrs == 0) { in iwch_post_send()
452 num_wrs--; in iwch_post_send()
473 u32 num_wrs; in iwch_post_receive() local
483 num_wrs = Q_FREECNT(qhp->wq.rq_rptr, qhp->wq.rq_wptr, in iwch_post_receive()
497 if (num_wrs) in iwch_post_receive()
517 num_wrs--; in iwch_post_receive()
539 u32 num_wrs; in iwch_bind_mw() local
556 num_wrs = Q_FREECNT(qhp->wq.sq_rptr, qhp->wq.sq_wptr, in iwch_bind_mw()
558 if (num_wrs == 0) { in iwch_bind_mw()