Home
last modified time | relevance | path

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

/drivers/staging/rdma/hfi1/
Dsrq.c69 struct hfi1_rwq *wq; in hfi1_post_srq_receive()
153 srq->rq.wq = vmalloc_user(sizeof(struct hfi1_rwq) + srq->rq.size * sz); in hfi1_create_srq()
165 u32 s = sizeof(struct hfi1_rwq) + srq->rq.size * sz; in hfi1_create_srq()
233 struct hfi1_rwq *wq; in hfi1_modify_srq()
237 struct hfi1_rwq *owq; in hfi1_modify_srq()
252 wq = vmalloc_user(sizeof(struct hfi1_rwq) + size * sz); in hfi1_modify_srq()
325 u32 s = sizeof(struct hfi1_rwq) + size * sz; in hfi1_modify_srq()
Dqp.c514 struct hfi1_rwq *wq; in hfi1_error_qp()
960 struct hfi1_rwq *wq = qp->r_rq.wq; in hfi1_compute_aeth()
1099 qp->r_rq.wq = vmalloc_user(sizeof(struct hfi1_rwq) + in hfi1_create_qp()
1163 u32 s = sizeof(struct hfi1_rwq) + qp->r_rq.size * sz; in hfi1_create_qp()
Dverbs.h383 struct hfi1_rwq { struct
390 struct hfi1_rwq *wq; argument
Druc.c161 struct hfi1_rwq *wq; in hfi1_get_rwqe()
Dverbs.c532 struct hfi1_rwq *wq = qp->r_rq.wq; in post_receive()