Home
last modified time | relevance | path

Searched refs:qib_swqe (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_verbs.h334 struct qib_swqe { struct
498 struct qib_swqe *s_wq; /* send work queue */
499 struct qib_swqe *s_wqe;
582 static inline struct qib_swqe *get_swqe_ptr(struct qib_qp *qp, in get_swqe_ptr()
585 return (struct qib_swqe *)((char *)qp->s_wq + in get_swqe_ptr()
586 (sizeof(struct qib_swqe) + in get_swqe_ptr()
1021 void qib_send_complete(struct qib_qp *qp, struct qib_swqe *wqe,
Dqib_rc.c43 static u32 restart_sge(struct qib_sge_state *ss, struct qib_swqe *wqe, in restart_sge()
237 struct qib_swqe *wqe; in qib_make_rc_req()
791 struct qib_swqe *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()
951 struct qib_swqe *wqe; in reset_sending_psn()
977 struct qib_swqe *wqe; in qib_rc_send_complete()
1059 static struct qib_swqe *do_rc_completion(struct qib_qp *qp, in do_rc_completion()
1060 struct qib_swqe *wqe, in do_rc_completion()
1137 struct qib_swqe *wqe; in do_rc_ack()
1358 struct qib_swqe *wqe; in rdma_seq_err()
[all …]
Dqib_ud.c49 static void qib_ud_loopback(struct qib_qp *sqp, struct qib_swqe *swqe) in qib_ud_loopback()
238 struct qib_swqe *wqe; in qib_make_ud_req()
Dqib_qp.c406 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in clear_mr_refs()
952 struct qib_swqe *swq = NULL; in qib_create_qp()
994 sizeof(struct qib_swqe); in qib_create_qp()
Dqib_ruc.c354 struct qib_swqe *wqe; in qib_ruc_loopback()
768 void qib_send_complete(struct qib_qp *qp, struct qib_swqe *wqe, in qib_send_complete()
Dqib_uc.c49 struct qib_swqe *wqe; in qib_make_uc_req()
Dqib.h247 struct qib_swqe *wqe;
Dqib_verbs.c336 struct qib_swqe *wqe; in qib_post_one_send()