Home
last modified time | relevance | path

Searched refs:rvt_get_swqe_ptr (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Drc.c449 wqe = rvt_get_swqe_ptr(qp, qp->s_last); in hfi1_make_rc_req()
469 wqe = rvt_get_swqe_ptr(qp, qp->s_cur); in hfi1_make_rc_req()
649 __w = rvt_get_swqe_ptr(qp, priv->s_tid_cur); in hfi1_make_rc_req()
1461 struct rvt_swqe *wqe = rvt_get_swqe_ptr(qp, n); in reset_psn()
1489 wqe = rvt_get_swqe_ptr(qp, n); in reset_psn()
1493 wqe = rvt_get_swqe_ptr(qp, qp->s_cur); in reset_psn()
1567 struct rvt_swqe *wqe = rvt_get_swqe_ptr(qp, qp->s_acked); in hfi1_restart_rc()
1643 wqe = rvt_get_swqe_ptr(qp, n); in reset_sending_psn()
1740 wqe = rvt_get_swqe_ptr(qp, tail); in hfi1_rc_send_complete()
1781 wqe = rvt_get_swqe_ptr(qp, qp->s_acked); in hfi1_rc_send_complete()
[all …]
H A Dtid_rdma.c378 struct rvt_swqe *wqe = rvt_get_swqe_ptr(qp, i); in hfi1_qp_priv_init()
421 wqe = rvt_get_swqe_ptr(qp, i); in hfi1_qp_priv_tid_free()
2426 wqe = rvt_get_swqe_ptr(qp, i); in find_tid_request()
2589 wqe = rvt_get_swqe_ptr(qp, n); in hfi1_kern_read_tid_flow_free()
2689 wqe = rvt_get_swqe_ptr(qp, qp->s_acked); in handle_read_kdeth_eflags()
3152 wqe = rvt_get_swqe_ptr(qp, i); in hfi1_tid_rdma_restart_req()
3181 struct rvt_swqe *wqe = rvt_get_swqe_ptr(qp, i); in hfi1_qp_kern_exp_rcv_clear_all()
3218 prev = rvt_get_swqe_ptr(qp, s_prev); in hfi1_tid_rdma_wqe_interlock()
4081 wqe = rvt_get_swqe_ptr(qp, qpriv->s_tid_cur); in hfi1_rc_rcv_tid_rdma_write_resp()
4183 wqe = rvt_get_swqe_ptr(qp, i); in hfi1_rc_rcv_tid_rdma_write_resp()
[all …]
H A Duc.c49 wqe = rvt_get_swqe_ptr(qp, qp->s_last); in hfi1_make_uc_req()
72 wqe = rvt_get_swqe_ptr(qp, qp->s_cur); in hfi1_make_uc_req()
H A Dud.c460 wqe = rvt_get_swqe_ptr(qp, qp->s_last); in hfi1_make_ud_req()
469 wqe = rvt_get_swqe_ptr(qp, qp->s_cur); in hfi1_make_ud_req()
/linux/include/rdma/
H A Drdmavt_qp.h532 static inline struct rvt_swqe *rvt_get_swqe_ptr(struct rvt_qp *qp, in rvt_get_swqe_ptr() function