Searched refs:hfi1_rwq (Results 1 – 5 of 5) sorted by relevance
69 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()
514 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()
383 struct hfi1_rwq { struct390 struct hfi1_rwq *wq; argument
161 struct hfi1_rwq *wq; in hfi1_get_rwqe()
532 struct hfi1_rwq *wq = qp->r_rq.wq; in post_receive()