Home
last modified time | relevance | path

Searched refs:rvt_rwq (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dsrq.c105 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()
Drc.c107 struct rvt_rwq *wq = qp->r_rq.wq; in rvt_compute_aeth()
Dqp.c875 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()
/Linux-v4.19/include/rdma/
Drdmavt_qp.h199 struct rvt_rwq { struct
206 struct rvt_rwq *wq; argument