Searched refs:hfi1_swqe (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | verbs.h | 350 struct hfi1_swqe { struct 441 struct hfi1_swqe *s_wq; /* send work queue */ 504 struct hfi1_swqe *s_wqe; 628 static inline struct hfi1_swqe *get_swqe_ptr(struct hfi1_qp *qp, in get_swqe_ptr() 631 return (struct hfi1_swqe *)((char *)qp->s_wq + in get_swqe_ptr() 632 (sizeof(struct hfi1_swqe) + in get_swqe_ptr() 1085 void hfi1_send_complete(struct hfi1_qp *qp, struct hfi1_swqe *wqe,
|
D | rc.c | 63 static u32 restart_sge(struct hfi1_sge_state *ss, struct hfi1_swqe *wqe, in restart_sge() 265 struct hfi1_swqe *wqe; in hfi1_make_rc_req() 799 struct hfi1_swqe *wqe = get_swqe_ptr(qp, n); in reset_psn() 884 struct hfi1_swqe *wqe = get_swqe_ptr(qp, qp->s_acked); in restart_rc() 961 struct hfi1_swqe *wqe; in reset_sending_psn() 987 struct hfi1_swqe *wqe; in hfi1_rc_send_complete() 1071 static struct hfi1_swqe *do_rc_completion(struct hfi1_qp *qp, in do_rc_completion() 1072 struct hfi1_swqe *wqe, in do_rc_completion() 1165 struct hfi1_swqe *wqe; in do_rc_ack() 1386 struct hfi1_swqe *wqe; in rdma_seq_err() [all …]
|
D | qp.c | 414 struct hfi1_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in clear_mr_refs() 1018 struct hfi1_swqe *swq = NULL; in hfi1_create_qp() 1061 sizeof(struct hfi1_swqe); in hfi1_create_qp() 1638 struct hfi1_swqe *wqe; in qp_iter_print()
|
D | ud.c | 68 static void ud_loopback(struct hfi1_qp *sqp, struct hfi1_swqe *swqe) in ud_loopback() 272 struct hfi1_swqe *wqe; in hfi1_make_ud_req()
|
D | ruc.c | 380 struct hfi1_swqe *wqe; in ruc_loopback() 898 void hfi1_send_complete(struct hfi1_qp *qp, struct hfi1_swqe *wqe, in hfi1_send_complete()
|
D | sdma.h | 383 struct hfi1_swqe *wqe;
|
D | uc.c | 67 struct hfi1_swqe *wqe; in hfi1_make_uc_req()
|
D | verbs.c | 363 struct hfi1_swqe *wqe; in post_one_send()
|