Searched refs:get_swqe_ptr (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 274 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 …]
|
D | qib_uc.c | 70 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()
|
D | qib_ud.c | 261 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()
|
D | qib_verbs.h | 582 static inline struct qib_swqe *get_swqe_ptr(struct qib_qp *qp, in get_swqe_ptr() function
|
D | qib_ruc.c | 382 wqe = get_swqe_ptr(sqp, sqp->s_last); in qib_ruc_loopback()
|
D | qib_qp.c | 406 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in clear_mr_refs()
|
D | qib_verbs.c | 395 wqe = get_swqe_ptr(qp, qp->s_head); in qib_post_one_send()
|
/linux-2.6.39/drivers/infiniband/hw/ipath/ |
D | ipath_rc.c | 256 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 …]
|
D | ipath_uc.c | 70 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()
|
D | ipath_ud.c | 269 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()
|
D | ipath_verbs.h | 480 static inline struct ipath_swqe *get_swqe_ptr(struct ipath_qp *qp, in get_swqe_ptr() function
|
D | ipath_ruc.c | 290 wqe = get_swqe_ptr(sqp, sqp->s_last); in ipath_ruc_loopback()
|
D | ipath_qp.c | 1077 ipath_cmp24(get_swqe_ptr(qp, qp->s_cur)->ssn, in ipath_get_credit()
|
D | ipath_verbs.c | 396 wqe = get_swqe_ptr(qp, qp->s_head); in ipath_post_one_send()
|