Lines Matching refs:nreq
485 int nreq; in mthca_tavor_post_srq_recv() local
494 for (nreq = 0; wr; wr = wr->next) { in mthca_tavor_post_srq_recv()
535 ++nreq; in mthca_tavor_post_srq_recv()
536 if (unlikely(nreq == MTHCA_TAVOR_MAX_WQES_PER_RECV_DB)) { in mthca_tavor_post_srq_recv()
537 nreq = 0; in mthca_tavor_post_srq_recv()
553 if (likely(nreq)) { in mthca_tavor_post_srq_recv()
560 mthca_write64(first_ind << srq->wqe_shift, (srq->srqn << 8) | nreq, in mthca_tavor_post_srq_recv()
584 int nreq; in mthca_arbel_post_srq_recv() local
590 for (nreq = 0; wr; ++nreq, wr = wr->next) { in mthca_arbel_post_srq_recv()
625 if (likely(nreq)) { in mthca_arbel_post_srq_recv()
626 srq->counter += nreq; in mthca_arbel_post_srq_recv()