Home
last modified time | relevance | path

Searched refs:rvt_rwqe (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dsrq.c103 sizeof(struct rvt_rwqe); in rvt_create_srq()
190 struct rvt_rwqe *p; in rvt_modify_srq()
199 sz = sizeof(struct rvt_rwqe) + in rvt_modify_srq()
250 struct rvt_rwqe *wqe; in rvt_modify_srq()
259 p = (struct rvt_rwqe *)((char *)p + sz); in rvt_modify_srq()
Dqp.c872 sizeof(struct rvt_rwqe); in rvt_create_qp()
1557 struct rvt_rwqe *wqe; in rvt_post_recv()
1959 struct rvt_rwqe *wqe; in rvt_post_srq_recv()
1996 static int init_sge(struct rvt_qp *qp, struct rvt_rwqe *wqe) in init_sge()
2059 struct rvt_rwqe *wqe; in rvt_get_rwqe()
/Linux-v4.19/include/rdma/
Drdmavt_qp.h185 struct rvt_rwqe { struct
202 struct rvt_rwqe wq[0]; argument
473 static inline struct rvt_rwqe *rvt_get_rwqe_ptr(struct rvt_rq *rq, unsigned n) in rvt_get_rwqe_ptr()
475 return (struct rvt_rwqe *) in rvt_get_rwqe_ptr()
477 (sizeof(struct rvt_rwqe) + in rvt_get_rwqe_ptr()