Searched refs:rvt_rwq (Results 1 – 4 of 4) sorted by relevance
105 vmalloc_user(sizeof(struct rvt_rwq) + srq->rq.size * sz) : in rvt_create_srq()106 vzalloc_node(sizeof(struct rvt_rwq) + srq->rq.size * sz, in rvt_create_srq()119 u32 s = sizeof(struct rvt_rwq) + srq->rq.size * sz; in rvt_create_srq()185 struct rvt_rwq *wq; in rvt_modify_srq()189 struct rvt_rwq *owq; in rvt_modify_srq()203 vmalloc_user(sizeof(struct rvt_rwq) + size * sz) : in rvt_modify_srq()204 vzalloc_node(sizeof(struct rvt_rwq) + size * sz, in rvt_modify_srq()276 u32 s = sizeof(struct rvt_rwq) + size * sz; in rvt_modify_srq()
107 struct rvt_rwq *wq = qp->r_rq.wq; in rvt_compute_aeth()
875 sizeof(struct rvt_rwq) + in rvt_create_qp()879 sizeof(struct rvt_rwq) + in rvt_create_qp()940 u32 s = sizeof(struct rvt_rwq) + qp->r_rq.size * sz; in rvt_create_qp()1091 struct rvt_rwq *wq; in rvt_error_qp()1545 struct rvt_rwq *wq = qp->r_rq.wq; in rvt_post_recv()1955 struct rvt_rwq *wq; in rvt_post_srq_recv()2057 struct rvt_rwq *wq; in rvt_get_rwqe()
199 struct rvt_rwq { struct206 struct rvt_rwq *wq; argument