Lines Matching refs:nreq
487 int nreq; in mthca_tavor_post_srq_recv() local
496 for (nreq = 0; wr; wr = wr->next) { in mthca_tavor_post_srq_recv()
537 ++nreq; in mthca_tavor_post_srq_recv()
538 if (unlikely(nreq == MTHCA_TAVOR_MAX_WQES_PER_RECV_DB)) { in mthca_tavor_post_srq_recv()
539 nreq = 0; in mthca_tavor_post_srq_recv()
555 if (likely(nreq)) { in mthca_tavor_post_srq_recv()
562 mthca_write64(first_ind << srq->wqe_shift, (srq->srqn << 8) | nreq, in mthca_tavor_post_srq_recv()
586 int nreq; in mthca_arbel_post_srq_recv() local
592 for (nreq = 0; wr; ++nreq, wr = wr->next) { in mthca_arbel_post_srq_recv()
627 if (likely(nreq)) { in mthca_arbel_post_srq_recv()
628 srq->counter += nreq; in mthca_arbel_post_srq_recv()