Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_rc.c274 wqe = get_swqe_ptr(qp, qp->s_last); in qib_make_rc_req()
279 wqe = get_swqe_ptr(qp, qp->s_last); in qib_make_rc_req()
302 wqe = get_swqe_ptr(qp, qp->s_cur); in qib_make_rc_req()
791 struct qib_swqe *wqe = get_swqe_ptr(qp, n); in reset_psn()
814 wqe = get_swqe_ptr(qp, n); in reset_psn()
875 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_acked); in qib_restart_rc()
956 wqe = get_swqe_ptr(qp, n); in reset_sending_psn()
1013 wqe = get_swqe_ptr(qp, qp->s_last); in qib_rc_send_complete()
1106 wqe = get_swqe_ptr(qp, qp->s_cur); in do_rc_completion()
1116 wqe = get_swqe_ptr(qp, qp->s_acked); in do_rc_completion()
[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.c261 wqe = get_swqe_ptr(qp, qp->s_last); in qib_make_ud_req()
269 wqe = get_swqe_ptr(qp, qp->s_cur); in qib_make_ud_req()
Dqib_verbs.h582 static inline struct qib_swqe *get_swqe_ptr(struct qib_qp *qp, in get_swqe_ptr() function
Dqib_ruc.c382 wqe = get_swqe_ptr(sqp, sqp->s_last); in qib_ruc_loopback()
Dqib_qp.c406 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in clear_mr_refs()
Dqib_verbs.c395 wqe = get_swqe_ptr(qp, qp->s_head); in qib_post_one_send()
/linux-2.6.39/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.c396 wqe = get_swqe_ptr(qp, qp->s_head); in ipath_post_one_send()