Searched refs:ipath_rwqe (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_srq.c56 struct ipath_rwqe *wqe;
130 sizeof(struct ipath_rwqe);
217 struct ipath_rwqe *p;
228 sz = sizeof(struct ipath_rwqe) +
286 struct ipath_rwqe *wqe;
295 p = (struct ipath_rwqe *)((char *) p + sz);
H A Dipath_verbs.h272 struct ipath_rwqe { struct
289 struct ipath_rwqe wq[0];
437 * Since struct ipath_rwqe is not a fixed size, we can't simply index into
440 static inline struct ipath_rwqe *get_rwqe_ptr(struct ipath_rq *rq,
443 return (struct ipath_rwqe *)
445 (sizeof(struct ipath_rwqe) +
H A Dipath_ud.c39 static int init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe,
111 struct ipath_rwqe *wqe;
H A Dipath_ruc.c101 static int init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe)
162 struct ipath_rwqe *wqe;
H A Dipath_qp.c788 sizeof(struct ipath_rwqe);
H A Dipath_verbs.c295 struct ipath_rwqe *wqe;

Completed in 56 milliseconds