Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_srq.c486 int next_ind; in mthca_tavor_post_srq_recv() local
499 next_ind = *wqe_to_link(wqe); in mthca_tavor_post_srq_recv()
501 if (unlikely(next_ind < 0)) { in mthca_tavor_post_srq_recv()
535 srq->first_free = next_ind; in mthca_tavor_post_srq_recv()
585 int next_ind; in mthca_arbel_post_srq_recv() local
595 next_ind = *wqe_to_link(wqe); in mthca_arbel_post_srq_recv()
597 if (unlikely(next_ind < 0)) { in mthca_arbel_post_srq_recv()
624 srq->first_free = next_ind; in mthca_arbel_post_srq_recv()
H A Dmthca_qp.c232 wq->next_ind = 0; in mthca_wq_reset()
1636 ind = qp->sq.next_ind; in mthca_tavor_post_send()
1792 mthca_write64(((qp->sq.next_ind << qp->sq.wqe_shift) + in mthca_tavor_post_send()
1804 qp->sq.next_ind = ind; in mthca_tavor_post_send()
1837 ind = qp->rq.next_ind; in mthca_tavor_post_receive()
1891 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0, in mthca_tavor_post_receive()
1895 qp->rq.next_ind = ind; in mthca_tavor_post_receive()
1904 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0, in mthca_tavor_post_receive()
1909 qp->rq.next_ind = ind; in mthca_tavor_post_receive()
H A Dmthca_provider.h251 unsigned next_ind; member