Searched refs:ipath_swqe (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_verbs.h | 279 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,
|
D | ipath_rc.c | 42 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()
|
D | ipath_ud.c | 50 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()
|
D | ipath_ruc.c | 264 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()
|
D | ipath_qp.c | 747 struct ipath_swqe *swq = NULL; in ipath_create_qp() 788 sizeof(struct ipath_swqe); in ipath_create_qp()
|
D | ipath_uc.c | 49 struct ipath_swqe *wqe; in ipath_make_uc_req()
|
D | ipath_verbs.c | 338 struct ipath_swqe *wqe; in ipath_post_one_send()
|