Searched refs:ipath_swqe (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/staging/rdma/ipath/ |
| D | ipath_verbs.h | 279 struct ipath_swqe { struct 438 struct ipath_swqe *s_wq; /* send work queue */ 439 struct ipath_swqe *s_wqe; 486 static inline struct ipath_swqe *get_swqe_ptr(struct ipath_qp *qp, in get_swqe_ptr() 489 return (struct ipath_swqe *)((char *)qp->s_wq + in get_swqe_ptr() 490 (sizeof(struct ipath_swqe) + in get_swqe_ptr() 653 struct ipath_swqe *wqe; 880 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 | 49 static void ipath_ud_loopback(struct ipath_qp *sqp, struct ipath_swqe *swqe) in ipath_ud_loopback() 245 struct ipath_swqe *wqe; in ipath_make_ud_req()
|
| D | ipath_ruc.c | 263 struct ipath_swqe *wqe; in ipath_ruc_loopback() 698 void ipath_send_complete(struct ipath_qp *qp, struct ipath_swqe *wqe, in ipath_send_complete()
|
| D | ipath_qp.c | 746 struct ipath_swqe *swq = NULL; in ipath_create_qp() 787 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()
|