Searched refs:prev_wqe (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c488 void *prev_wqe; mthca_tavor_post_srq_recv() local
506 prev_wqe = srq->last; mthca_tavor_post_srq_recv()
517 srq->last = prev_wqe; mthca_tavor_post_srq_recv()
529 ((struct mthca_next_seg *) prev_wqe)->ee_nds = mthca_tavor_post_srq_recv()
H A Dmthca_qp.c1608 void *prev_wqe; mthca_tavor_post_send() local
1644 prev_wqe = qp->sq.last; mthca_tavor_post_send()
1760 ((struct mthca_next_seg *) prev_wqe)->nda_op = mthca_tavor_post_send()
1765 ((struct mthca_next_seg *) prev_wqe)->ee_nds = mthca_tavor_post_send()
1825 void *prev_wqe; mthca_tavor_post_receive() local
1845 prev_wqe = qp->rq.last; mthca_tavor_post_receive()
1869 ((struct mthca_next_seg *) prev_wqe)->ee_nds = mthca_tavor_post_receive()
1923 void *prev_wqe; mthca_arbel_post_send() local
1985 prev_wqe = qp->sq.last; mthca_arbel_post_send()
2101 ((struct mthca_next_seg *) prev_wqe)->nda_op = mthca_arbel_post_send()
2106 ((struct mthca_next_seg *) prev_wqe)->ee_nds = mthca_arbel_post_send()

Completed in 111 milliseconds