Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_srq.c484 int next_ind; in mthca_tavor_post_srq_recv() local
497 next_ind = *wqe_to_link(wqe); in mthca_tavor_post_srq_recv()
499 if (unlikely(next_ind < 0)) { in mthca_tavor_post_srq_recv()
533 srq->first_free = next_ind; in mthca_tavor_post_srq_recv()
583 int next_ind; in mthca_arbel_post_srq_recv() local
593 next_ind = *wqe_to_link(wqe); in mthca_arbel_post_srq_recv()
595 if (unlikely(next_ind < 0)) { in mthca_arbel_post_srq_recv()
622 srq->first_free = next_ind; in mthca_arbel_post_srq_recv()
Dmthca_provider.h249 unsigned next_ind; member
Dmthca_qp.c231 wq->next_ind = 0; in mthca_wq_reset()
1630 ind = qp->sq.next_ind; in mthca_tavor_post_send()
1786 mthca_write64(((qp->sq.next_ind << qp->sq.wqe_shift) + in mthca_tavor_post_send()
1798 qp->sq.next_ind = ind; in mthca_tavor_post_send()
1831 ind = qp->rq.next_ind; in mthca_tavor_post_receive()
1885 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0, in mthca_tavor_post_receive()
1889 qp->rq.next_ind = ind; in mthca_tavor_post_receive()
1898 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0, in mthca_tavor_post_receive()
1903 qp->rq.next_ind = ind; in mthca_tavor_post_receive()