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()
1107 u32 num_wrs; in c4iw_post_send() local1125 num_wrs = t4_sq_avail(&qhp->wq); in c4iw_post_send()1126 if (num_wrs == 0) { in c4iw_post_send()1149 wr->next->num_sge == 1 && num_wrs >= 2) { in c4iw_post_send()1156 if (num_wrs == 0) { in c4iw_post_send()1266 num_wrs--; in c4iw_post_send()1286 u32 num_wrs; in c4iw_post_receive() local1303 num_wrs = t4_rq_avail(&qhp->wq); in c4iw_post_receive()1304 if (num_wrs == 0) { in c4iw_post_receive()1318 if (num_wrs) in c4iw_post_receive()[all …]