Searched refs:num_wrs (Results 1 – 2 of 2) sorted by relevance
361 u32 num_wrs; in iwch_post_send() local373 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() local483 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()
807 u32 num_wrs; in c4iw_post_send() local819 num_wrs = t4_sq_avail(&qhp->wq); in c4iw_post_send()820 if (num_wrs == 0) { in c4iw_post_send()826 if (num_wrs == 0) { in c4iw_post_send()930 num_wrs--; in c4iw_post_send()950 u32 num_wrs; in c4iw_post_receive() local962 num_wrs = t4_rq_avail(&qhp->wq); in c4iw_post_receive()963 if (num_wrs == 0) { in c4iw_post_receive()977 if (num_wrs) in c4iw_post_receive()1007 num_wrs--; in c4iw_post_receive()