Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_srq.c52 struct qib_rwq *wq; in qib_post_srq_receive()
131 srq->rq.wq = vmalloc_user(sizeof(struct qib_rwq) + srq->rq.size * sz); in qib_create_srq()
143 u32 s = sizeof(struct qib_rwq) + srq->rq.size * sz; in qib_create_srq()
211 struct qib_rwq *wq; in qib_modify_srq()
215 struct qib_rwq *owq; in qib_modify_srq()
230 wq = vmalloc_user(sizeof(struct qib_rwq) + size * sz); in qib_modify_srq()
303 u32 s = sizeof(struct qib_rwq) + size * sz; in qib_modify_srq()
Dqib_qp.c507 struct qib_rwq *wq; in qib_error_qp()
895 struct qib_rwq *wq = qp->r_rq.wq; in qib_compute_aeth()
1023 qp->r_rq.wq = vmalloc_user(sizeof(struct qib_rwq) + in qib_create_qp()
1089 u32 s = sizeof(struct qib_rwq) + qp->r_rq.size * sz; in qib_create_qp()
Dqib_verbs.h362 struct qib_rwq { struct
369 struct qib_rwq *wq; argument
Dqib_ruc.c142 struct qib_rwq *wq; in qib_get_rwqe()
Dqib_verbs.c486 struct qib_rwq *wq = qp->r_rq.wq; in qib_post_receive()