Home
last modified time | relevance | path

Searched refs:qib_rwq (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_srq.c52 struct qib_rwq *wq; in qib_post_srq_receive()
136 srq->rq.wq = vmalloc_user(sizeof(struct qib_rwq) + srq->rq.size * sz); in qib_create_srq()
148 u32 s = sizeof(struct qib_rwq) + srq->rq.size * sz; in qib_create_srq()
216 struct qib_rwq *wq; in qib_modify_srq()
220 struct qib_rwq *owq; in qib_modify_srq()
235 wq = vmalloc_user(sizeof(struct qib_rwq) + size * sz); in qib_modify_srq()
308 u32 s = sizeof(struct qib_rwq) + size * sz; in qib_modify_srq()
Dqib_qp.c530 struct qib_rwq *wq; in qib_error_qp()
924 struct qib_rwq *wq = qp->r_rq.wq; in qib_compute_aeth()
1073 sizeof(struct qib_rwq) + in qib_create_qp()
1077 sizeof(struct qib_rwq) + in qib_create_qp()
1145 u32 s = sizeof(struct qib_rwq) + qp->r_rq.size * sz; in qib_create_qp()
Dqib_verbs.h376 struct qib_rwq { struct
383 struct qib_rwq *wq; argument
Dqib_ruc.c143 struct qib_rwq *wq; in qib_get_rwqe()
Dqib_verbs.c514 struct qib_rwq *wq = qp->r_rq.wq; in qib_post_receive()