Searched refs:ipath_swqe (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs.h258 struct ipath_swqe { struct
405 struct ipath_swqe *s_wq; /* send work queue */
424 * Since struct ipath_swqe is not a fixed size, we can't simply index into
427 static inline struct ipath_swqe *get_swqe_ptr(struct ipath_qp *qp,
430 return (struct ipath_swqe *)((char *)qp->s_wq +
431 (sizeof(struct ipath_swqe) +
H A Dipath_uc.c40 static void complete_last_send(struct ipath_qp *qp, struct ipath_swqe *wqe,
79 struct ipath_swqe *wqe;
H A Dipath_qp.c418 struct ipath_swqe *wqe = get_swqe_ptr(qp, qp->s_last);
727 struct ipath_swqe *swq = NULL;
753 sizeof(struct ipath_swqe);
995 struct ipath_swqe *wqe = get_swqe_ptr(qp, qp->s_last);
H A Dipath_rc.c40 static u32 restart_sge(struct ipath_sge_state *ss, struct ipath_swqe *wqe,
60 static void ipath_init_restart(struct ipath_qp *qp, struct ipath_swqe *wqe)
216 struct ipath_swqe *wqe;
666 struct ipath_swqe *wqe = get_swqe_ptr(qp, n);
746 struct ipath_swqe *wqe = get_swqe_ptr(qp, qp->s_last);
813 struct ipath_swqe *wqe;
1076 struct ipath_swqe *wqe;
H A Dipath_ruc.c245 struct ipath_swqe *wqe;
513 struct ipath_swqe *wqe;

Completed in 59 milliseconds