Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_verbs.h342 struct qib_swqe { struct
434 struct qib_swqe *s_wq; /* send work queue */
495 struct qib_swqe *s_wqe;
617 static inline struct qib_swqe *get_swqe_ptr(struct qib_qp *qp, in get_swqe_ptr()
620 return (struct qib_swqe *)((char *)qp->s_wq + in get_swqe_ptr()
621 (sizeof(struct qib_swqe) + in get_swqe_ptr()
1114 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()
236 struct qib_swqe *wqe; in qib_make_rc_req()
788 struct qib_swqe *wqe = get_swqe_ptr(qp, n); in reset_psn()
872 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_acked); in qib_restart_rc()
948 struct qib_swqe *wqe; in reset_sending_psn()
974 struct qib_swqe *wqe; in qib_rc_send_complete()
1056 static struct qib_swqe *do_rc_completion(struct qib_qp *qp, in do_rc_completion()
1057 struct qib_swqe *wqe, in do_rc_completion()
1134 struct qib_swqe *wqe; in do_rc_ack()
1355 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()
241 struct qib_swqe *wqe; in qib_make_ud_req()
Dqib_qp.c429 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in clear_mr_refs()
981 struct qib_swqe *swq = NULL; in qib_create_qp()
1032 sizeof(struct qib_swqe); in qib_create_qp()
1367 struct qib_swqe *wqe; in qib_qp_iter_print()
Dqib_ruc.c360 struct qib_swqe *wqe; in qib_ruc_loopback()
771 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.h262 struct qib_swqe *wqe;
Dqib_verbs.c340 struct qib_swqe *wqe; in qib_post_one_send()