Lines Matching refs:ind
65 void mthca_free_srq_wqe(struct mthca_srq *srq, int ind) in mthca_free_srq_wqe() argument
72 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe()
73 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1); in mthca_free_srq_wqe()
74 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe()
75 srq->last_free = ind; in mthca_free_srq_wqe()
88 int ind; in mthca_tavor_post_srq_recv() local
100 ind = srq->first_free; in mthca_tavor_post_srq_recv()
101 wqe = get_wqe(srq, ind); in mthca_tavor_post_srq_recv()
144 srq->wrid[ind] = wr->wr_id; in mthca_tavor_post_srq_recv()
188 int ind; in mthca_arbel_post_srq_recv() local
197 ind = srq->first_free; in mthca_arbel_post_srq_recv()
198 wqe = get_wqe(srq, ind); in mthca_arbel_post_srq_recv()
234 srq->wrid[ind] = wr->wr_id; in mthca_arbel_post_srq_recv()