Lines Matching refs:ind
461 int ind; in mthca_free_srq_wqe() local
464 ind = wqe_addr >> srq->wqe_shift; in mthca_free_srq_wqe()
469 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe()
470 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1); in mthca_free_srq_wqe()
471 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe()
472 srq->last_free = ind; in mthca_free_srq_wqe()
485 int ind; in mthca_tavor_post_srq_recv() local
497 ind = srq->first_free; in mthca_tavor_post_srq_recv()
498 wqe = get_wqe(srq, ind); in mthca_tavor_post_srq_recv()
534 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()