Home
last modified time | relevance | path

Searched refs:ipath_swqe (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_verbs.h279 struct ipath_swqe { struct
432 struct ipath_swqe *s_wq; /* send work queue */
433 struct ipath_swqe *s_wqe;
480 static inline struct ipath_swqe *get_swqe_ptr(struct ipath_qp *qp, in get_swqe_ptr()
483 return (struct ipath_swqe *)((char *)qp->s_wq + in get_swqe_ptr()
484 (sizeof(struct ipath_swqe) + in get_swqe_ptr()
647 struct ipath_swqe *wqe;
871 void ipath_send_complete(struct ipath_qp *qp, struct ipath_swqe *wqe,
Dipath_rc.c42 static u32 restart_sge(struct ipath_sge_state *ss, struct ipath_swqe *wqe, in restart_sge()
62 static void ipath_init_restart(struct ipath_qp *qp, struct ipath_swqe *wqe) in ipath_init_restart()
218 struct ipath_swqe *wqe; in ipath_make_rc_req()
727 struct ipath_swqe *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()
863 struct ipath_swqe *wqe; in do_rc_ack()
1125 struct ipath_swqe *wqe; in ipath_rc_rcv_resp()
Dipath_ud.c50 static void ipath_ud_loopback(struct ipath_qp *sqp, struct ipath_swqe *swqe) in ipath_ud_loopback()
246 struct ipath_swqe *wqe; in ipath_make_ud_req()
Dipath_ruc.c264 struct ipath_swqe *wqe; in ipath_ruc_loopback()
699 void ipath_send_complete(struct ipath_qp *qp, struct ipath_swqe *wqe, in ipath_send_complete()
Dipath_qp.c747 struct ipath_swqe *swq = NULL; in ipath_create_qp()
788 sizeof(struct ipath_swqe); in ipath_create_qp()
Dipath_uc.c49 struct ipath_swqe *wqe; in ipath_make_uc_req()
Dipath_verbs.c338 struct ipath_swqe *wqe; in ipath_post_one_send()