Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/rdma/
A Drvt-abi.h43 struct rvt_rwqe { struct
64 struct rvt_rwqe wq[]; argument
/linux-6.3-rc2/drivers/infiniband/sw/rdmavt/
A Dsrq.c57 sizeof(struct rvt_rwqe); in rvt_create_srq()
136 struct rvt_rwqe *p; in rvt_modify_srq()
144 sz = sizeof(struct rvt_rwqe) + in rvt_modify_srq()
197 struct rvt_rwqe *wqe; in rvt_modify_srq()
206 p = (struct rvt_rwqe *)((char *)p + sz); in rvt_modify_srq()
A Dqp.c1135 sizeof(struct rvt_rwqe); in rvt_create_qp()
1799 struct rvt_rwqe *wqe; in rvt_post_recv()
2214 struct rvt_rwqe *wqe; in rvt_post_srq_recv()
2269 static int init_sge(struct rvt_qp *qp, struct rvt_rwqe *wqe) in init_sge()
2352 struct rvt_rwqe *wqe; in rvt_get_rwqe()
/linux-6.3-rc2/include/rdma/
A Drdmavt_qp.h203 struct rvt_rwqe *curr_wq;
204 struct rvt_rwqe wq[];
544 static inline struct rvt_rwqe *rvt_get_rwqe_ptr(struct rvt_rq *rq, unsigned n) in rvt_get_rwqe_ptr()
546 return (struct rvt_rwqe *) in rvt_get_rwqe_ptr()
548 (sizeof(struct rvt_rwqe) + in rvt_get_rwqe_ptr()

Completed in 11 milliseconds