Home
last modified time | relevance | path

Searched refs:ipath_rwq (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_srq.c52 struct ipath_rwq *wq; in ipath_post_srq_receive()
139 srq->rq.wq = vmalloc_user(sizeof(struct ipath_rwq) + srq->rq.size * sz); in ipath_create_srq()
151 u32 s = sizeof(struct ipath_rwq) + srq->rq.size * sz; in ipath_create_srq()
220 struct ipath_rwq *wq; in ipath_modify_srq()
224 struct ipath_rwq *owq; in ipath_modify_srq()
239 wq = vmalloc_user(sizeof(struct ipath_rwq) + size * sz); in ipath_modify_srq()
312 u32 s = sizeof(struct ipath_rwq) + size * sz; in ipath_modify_srq()
Dipath_qp.c410 struct ipath_rwq *wq; in ipath_error_qp()
689 struct ipath_rwq *wq = qp->r_rq.wq; in ipath_compute_aeth()
831 qp->r_rq.wq = vmalloc_user(sizeof(struct ipath_rwq) + in ipath_create_qp()
895 u32 s = sizeof(struct ipath_rwq) + in ipath_create_qp()
Dipath_verbs.h313 struct ipath_rwq { struct
320 struct ipath_rwq *wq; argument
Dipath_ud.c59 struct ipath_rwq *wq; in ipath_ud_loopback()
Dipath_ruc.c169 struct ipath_rwq *wq; in ipath_get_rwqe()
Dipath_verbs.c491 struct ipath_rwq *wq = qp->r_rq.wq; in ipath_post_receive()