Searched refs:ipath_rwq (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.c51 struct ipath_rwq *wq;
131 srq->rq.wq = vmalloc_user(sizeof(struct ipath_rwq) + srq->rq.size * sz);
143 u32 s = sizeof(struct ipath_rwq) + srq->rq.size * sz;
215 struct ipath_rwq *owq;
216 struct ipath_rwq *wq;
231 wq = vmalloc_user(sizeof(struct ipath_rwq) + size * sz);
312 u32 s = sizeof(struct ipath_rwq) + size * sz;
H A Dipath_qp.c431 struct ipath_rwq *wq;
675 struct ipath_rwq *wq = qp->r_rq.wq;
789 qp->r_rq.wq = vmalloc_user(sizeof(struct ipath_rwq) +
853 u32 s = sizeof(struct ipath_rwq) +
H A Dipath_verbs.h286 struct ipath_rwq { struct
293 struct ipath_rwq *wq;
438 * struct ipath_rwq.wq. This function does the array index computation.
H A Dipath_ud.c110 struct ipath_rwq *wq;
H A Dipath_ruc.c160 struct ipath_rwq *wq;
H A Dipath_verbs.c283 struct ipath_rwq *wq = qp->r_rq.wq;

Completed in 154 milliseconds