Lines Matching refs:nreq
479 int nreq; in mthca_tavor_post_srq_recv() local
488 for (nreq = 0; wr; wr = wr->next) { in mthca_tavor_post_srq_recv()
529 ++nreq; in mthca_tavor_post_srq_recv()
530 if (unlikely(nreq == MTHCA_TAVOR_MAX_WQES_PER_RECV_DB)) { in mthca_tavor_post_srq_recv()
531 nreq = 0; in mthca_tavor_post_srq_recv()
547 if (likely(nreq)) { in mthca_tavor_post_srq_recv()
554 mthca_write64(first_ind << srq->wqe_shift, (srq->srqn << 8) | nreq, in mthca_tavor_post_srq_recv()
578 int nreq; in mthca_arbel_post_srq_recv() local
584 for (nreq = 0; wr; ++nreq, wr = wr->next) { in mthca_arbel_post_srq_recv()
619 if (likely(nreq)) { in mthca_arbel_post_srq_recv()
620 srq->counter += nreq; in mthca_arbel_post_srq_recv()