Home
last modified time | relevance | path

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

/drivers/infiniband/hw/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.c411 struct ipath_rwq *wq; in ipath_error_qp()
690 struct ipath_rwq *wq = qp->r_rq.wq; in ipath_compute_aeth()
832 qp->r_rq.wq = vmalloc_user(sizeof(struct ipath_rwq) + in ipath_create_qp()
896 u32 s = sizeof(struct ipath_rwq) + in ipath_create_qp()
Dipath_verbs.h307 struct ipath_rwq { struct
314 struct ipath_rwq *wq; argument
Dipath_ud.c60 struct ipath_rwq *wq; in ipath_ud_loopback()
Dipath_ruc.c170 struct ipath_rwq *wq; in ipath_get_rwqe()
Dipath_verbs.c478 struct ipath_rwq *wq = qp->r_rq.wq; in ipath_post_receive()