Searched refs:qib_swqe (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_verbs.h | 334 struct qib_swqe { struct 498 struct qib_swqe *s_wq; /* send work queue */ 499 struct qib_swqe *s_wqe; 582 static inline struct qib_swqe *get_swqe_ptr(struct qib_qp *qp, in get_swqe_ptr() 585 return (struct qib_swqe *)((char *)qp->s_wq + in get_swqe_ptr() 586 (sizeof(struct qib_swqe) + in get_swqe_ptr() 1021 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() 237 struct qib_swqe *wqe; in qib_make_rc_req() 791 struct qib_swqe *wqe = get_swqe_ptr(qp, n); in reset_psn() 875 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_acked); in qib_restart_rc() 951 struct qib_swqe *wqe; in reset_sending_psn() 977 struct qib_swqe *wqe; in qib_rc_send_complete() 1059 static struct qib_swqe *do_rc_completion(struct qib_qp *qp, in do_rc_completion() 1060 struct qib_swqe *wqe, in do_rc_completion() 1137 struct qib_swqe *wqe; in do_rc_ack() 1358 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() 238 struct qib_swqe *wqe; in qib_make_ud_req()
|
D | qib_qp.c | 406 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in clear_mr_refs() 952 struct qib_swqe *swq = NULL; in qib_create_qp() 994 sizeof(struct qib_swqe); in qib_create_qp()
|
D | qib_ruc.c | 354 struct qib_swqe *wqe; in qib_ruc_loopback() 768 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 | 247 struct qib_swqe *wqe;
|
D | qib_verbs.c | 336 struct qib_swqe *wqe; in qib_post_one_send()
|