Home
last modified time | relevance | path

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

/linux/include/uapi/rdma/
H A Drvt-abi.h43 struct rvt_rwqe { struct
64 struct rvt_rwqe wq[]; argument
/linux/drivers/infiniband/sw/rdmavt/
H 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()
/linux/include/rdma/
H A Drdmavt_qp.h204 struct rvt_rwqe *curr_wq;
205 struct rvt_rwqe wq[];
545 static inline struct rvt_rwqe *rvt_get_rwqe_ptr(struct rvt_rq *rq, unsigned n) in rvt_get_rwqe_ptr()
547 return (struct rvt_rwqe *) in rvt_get_rwqe_ptr()
549 (sizeof(struct rvt_rwqe) + in rvt_get_rwqe_ptr()