Lines Matching refs:ind
459 int ind; in mthca_free_srq_wqe() local
462 ind = wqe_addr >> srq->wqe_shift; in mthca_free_srq_wqe()
467 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe()
468 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1); in mthca_free_srq_wqe()
469 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe()
470 srq->last_free = ind; in mthca_free_srq_wqe()
483 int ind; in mthca_tavor_post_srq_recv() local
495 ind = srq->first_free; in mthca_tavor_post_srq_recv()
496 wqe = get_wqe(srq, ind); in mthca_tavor_post_srq_recv()
532 srq->wrid[ind] = wr->wr_id; in mthca_tavor_post_srq_recv()
582 int ind; in mthca_arbel_post_srq_recv() local
591 ind = srq->first_free; in mthca_arbel_post_srq_recv()
592 wqe = get_wqe(srq, ind); in mthca_arbel_post_srq_recv()
621 srq->wrid[ind] = wr->wr_id; in mthca_arbel_post_srq_recv()