Searched refs:next_ind (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c492 int next_ind; local
505 next_ind = *wqe_to_link(wqe);
507 if (unlikely(next_ind < 0)) {
541 srq->first_free = next_ind;
585 int next_ind; local
595 next_ind = *wqe_to_link(wqe);
597 if (unlikely(next_ind < 0)) {
624 srq->first_free = next_ind;
H A Dmthca_provider.h231 unsigned next_ind; member in struct:mthca_wq
H A Dmthca_qp.c232 wq->next_ind = 0;
1653 ind = qp->sq.next_ind;
1809 mthca_write64(((qp->sq.next_ind << qp->sq.wqe_shift) +
1816 qp->sq.next_ind = ind;
1849 ind = qp->rq.next_ind;
1903 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0,
1907 qp->rq.next_ind = ind;
1916 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0,
1921 qp->rq.next_ind = ind;

Completed in 174 milliseconds