Searched refs:qib_swqe (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_verbs.h | 340 struct qib_swqe { struct 426 struct qib_swqe *s_wq; /* send work queue */ 487 struct qib_swqe *s_wqe; 609 static inline struct qib_swqe *get_swqe_ptr(struct qib_qp *qp, in get_swqe_ptr() 612 return (struct qib_swqe *)((char *)qp->s_wq + in get_swqe_ptr() 613 (sizeof(struct qib_swqe) + in get_swqe_ptr() 1102 void qib_send_complete(struct qib_qp *qp, struct qib_swqe *wqe,
|
D | qib_rc.c | 43 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() 786 struct qib_swqe *wqe = get_swqe_ptr(qp, n); in reset_psn() 870 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_acked); in qib_restart_rc() 946 struct qib_swqe *wqe; in reset_sending_psn() 972 struct qib_swqe *wqe; in qib_rc_send_complete() 1054 static struct qib_swqe *do_rc_completion(struct qib_qp *qp, in do_rc_completion() 1055 struct qib_swqe *wqe, in do_rc_completion() 1132 struct qib_swqe *wqe; in do_rc_ack() 1353 struct qib_swqe *wqe; in rdma_seq_err() [all …]
|
D | qib_ud.c | 49 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()
|
D | qib_qp.c | 429 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()
|
D | qib_ruc.c | 359 struct qib_swqe *wqe; in qib_ruc_loopback() 770 void qib_send_complete(struct qib_qp *qp, struct qib_swqe *wqe, in qib_send_complete()
|
D | qib_uc.c | 49 struct qib_swqe *wqe; in qib_make_uc_req()
|
D | qib.h | 262 struct qib_swqe *wqe;
|
D | qib_verbs.c | 340 struct qib_swqe *wqe; in qib_post_one_send()
|