Home
last modified time | relevance | path

Searched refs:get_swqe_ptr (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_rc.c273 wqe = get_swqe_ptr(qp, qp->s_last); in qib_make_rc_req()
297 wqe = get_swqe_ptr(qp, qp->s_cur); in qib_make_rc_req()
786 struct qib_swqe *wqe = get_swqe_ptr(qp, n); in reset_psn()
809 wqe = get_swqe_ptr(qp, n); in reset_psn()
870 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_acked); in qib_restart_rc()
951 wqe = get_swqe_ptr(qp, n); in reset_sending_psn()
1008 wqe = get_swqe_ptr(qp, qp->s_last); in qib_rc_send_complete()
1101 wqe = get_swqe_ptr(qp, qp->s_cur); in do_rc_completion()
1111 wqe = get_swqe_ptr(qp, qp->s_acked); in do_rc_completion()
1152 wqe = get_swqe_ptr(qp, qp->s_acked); in do_rc_ack()
[all …]
Dqib_uc.c70 wqe = get_swqe_ptr(qp, qp->s_last); in qib_make_uc_req()
84 wqe = get_swqe_ptr(qp, qp->s_cur); in qib_make_uc_req()
Dqib_ud.c264 wqe = get_swqe_ptr(qp, qp->s_last); in qib_make_ud_req()
272 wqe = get_swqe_ptr(qp, qp->s_cur); in qib_make_ud_req()
Dqib_qp.c429 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in clear_mr_refs()
1370 wqe = get_swqe_ptr(qp, qp->s_last); in qib_qp_iter_print()
Dqib_verbs.h609 static inline struct qib_swqe *get_swqe_ptr(struct qib_qp *qp, in get_swqe_ptr() function
Dqib_ruc.c387 wqe = get_swqe_ptr(sqp, sqp->s_last); in qib_ruc_loopback()
Dqib_verbs.c399 wqe = get_swqe_ptr(qp, qp->s_head); in qib_post_one_send()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_rc.c256 wqe = get_swqe_ptr(qp, qp->s_last); in ipath_make_rc_req()
272 wqe = get_swqe_ptr(qp, qp->s_cur); in ipath_make_rc_req()
727 struct ipath_swqe *wqe = get_swqe_ptr(qp, n); in reset_psn()
750 wqe = get_swqe_ptr(qp, n); in reset_psn()
807 struct ipath_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in ipath_restart_rc()
888 wqe = get_swqe_ptr(qp, qp->s_last); in do_rc_ack()
974 wqe = get_swqe_ptr(qp, qp->s_cur); in do_rc_ack()
984 wqe = get_swqe_ptr(qp, qp->s_last); in do_rc_ack()
1162 wqe = get_swqe_ptr(qp, qp->s_last); in ipath_rc_rcv_resp()
1189 wqe = get_swqe_ptr(qp, qp->s_last); in ipath_rc_rcv_resp()
[all …]
Dipath_uc.c70 wqe = get_swqe_ptr(qp, qp->s_last); in ipath_make_uc_req()
84 wqe = get_swqe_ptr(qp, qp->s_cur); in ipath_make_uc_req()
Dipath_ud.c269 wqe = get_swqe_ptr(qp, qp->s_last); in ipath_make_ud_req()
277 wqe = get_swqe_ptr(qp, qp->s_cur); in ipath_make_ud_req()
Dipath_verbs.h480 static inline struct ipath_swqe *get_swqe_ptr(struct ipath_qp *qp, in get_swqe_ptr() function
Dipath_ruc.c290 wqe = get_swqe_ptr(sqp, sqp->s_last); in ipath_ruc_loopback()
Dipath_qp.c1077 ipath_cmp24(get_swqe_ptr(qp, qp->s_cur)->ssn, in ipath_get_credit()
Dipath_verbs.c397 wqe = get_swqe_ptr(qp, qp->s_head); in ipath_post_one_send()