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()
1086 u32 num_wrs; in c4iw_post_send() local1104 num_wrs = t4_sq_avail(&qhp->wq); in c4iw_post_send()1105 if (num_wrs == 0) { in c4iw_post_send()1129 wr->next->num_sge == 1 && num_wrs >= 2) { in c4iw_post_send()1136 if (num_wrs == 0) { in c4iw_post_send()1246 num_wrs--; in c4iw_post_send()1266 u32 num_wrs; in c4iw_post_receive() local1283 num_wrs = t4_rq_avail(&qhp->wq); in c4iw_post_receive()1284 if (num_wrs == 0) { in c4iw_post_receive()1298 if (num_wrs) in c4iw_post_receive()[all …]