Home
last modified time | relevance | path

Searched refs:prev_wqe (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/ofed/libmthca/src/
HDqp.c105 void *wqe, *prev_wqe; in mthca_tavor_post_send() local
134 prev_wqe = qp->sq.last; in mthca_tavor_post_send()
291 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_tavor_post_send()
299 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_send()
346 void *prev_wqe; in mthca_tavor_post_recv() local
360 prev_wqe = qp->rq.last; in mthca_tavor_post_recv()
390 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_recv()
447 void *wqe, *prev_wqe; in mthca_arbel_post_send() local
504 prev_wqe = qp->sq.last; in mthca_arbel_post_send()
657 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_arbel_post_send()
[all …]
HDsrq.c93 void *prev_wqe; in mthca_tavor_post_srq_recv() local
110 prev_wqe = srq->last; in mthca_tavor_post_srq_recv()
121 srq->last = prev_wqe; in mthca_tavor_post_srq_recv()
141 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_srq_recv()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_srq.c507 void *prev_wqe; in mthca_tavor_post_srq_recv() local
525 prev_wqe = srq->last; in mthca_tavor_post_srq_recv()
536 srq->last = prev_wqe; in mthca_tavor_post_srq_recv()
548 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_srq_recv()
HDmthca_qp.c1623 void *prev_wqe; in mthca_tavor_post_send() local
1659 prev_wqe = qp->sq.last; in mthca_tavor_post_send()
1775 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_tavor_post_send()
1780 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_send()
1840 void *prev_wqe; in mthca_tavor_post_receive() local
1860 prev_wqe = qp->rq.last; in mthca_tavor_post_receive()
1884 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_receive()
1938 void *prev_wqe; in mthca_arbel_post_send() local
2000 prev_wqe = qp->sq.last; in mthca_arbel_post_send()
2116 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_arbel_post_send()
[all …]