Lines Matching refs:ind
467 int ind; in mthca_free_srq_wqe() local
470 ind = wqe_addr >> srq->wqe_shift; in mthca_free_srq_wqe()
475 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe()
476 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1); in mthca_free_srq_wqe()
477 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe()
478 srq->last_free = ind; in mthca_free_srq_wqe()
491 int ind; in mthca_tavor_post_srq_recv() local
503 ind = srq->first_free; in mthca_tavor_post_srq_recv()
504 wqe = get_wqe(srq, ind); in mthca_tavor_post_srq_recv()
540 srq->wrid[ind] = wr->wr_id; in mthca_tavor_post_srq_recv()
584 int ind; in mthca_arbel_post_srq_recv() local
593 ind = srq->first_free; in mthca_arbel_post_srq_recv()
594 wqe = get_wqe(srq, ind); in mthca_arbel_post_srq_recv()
623 srq->wrid[ind] = wr->wr_id; in mthca_arbel_post_srq_recv()