Home
last modified time | relevance | path

Searched refs:ipath_rwqe (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_srq.c57 struct ipath_rwqe *wqe; in ipath_post_srq_receive()
138 sizeof(struct ipath_rwqe); in ipath_create_srq()
225 struct ipath_rwqe *p; in ipath_modify_srq()
236 sz = sizeof(struct ipath_rwqe) + in ipath_modify_srq()
286 struct ipath_rwqe *wqe; in ipath_modify_srq()
295 p = (struct ipath_rwqe *)((char *) p + sz); in ipath_modify_srq()
Dipath_verbs.h299 struct ipath_rwqe { struct
316 struct ipath_rwqe wq[0]; argument
499 static inline struct ipath_rwqe *get_rwqe_ptr(struct ipath_rq *rq, in get_rwqe_ptr()
502 return (struct ipath_rwqe *) in get_rwqe_ptr()
504 (sizeof(struct ipath_rwqe) + in get_rwqe_ptr()
866 int ipath_init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe,
Dipath_ruc.c122 int ipath_init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe, in ipath_init_sge()
171 struct ipath_rwqe *wqe; in ipath_get_rwqe()
Dipath_ud.c60 struct ipath_rwqe *wqe; in ipath_ud_loopback()
Dipath_qp.c830 sizeof(struct ipath_rwqe); in ipath_create_qp()
Dipath_verbs.c503 struct ipath_rwqe *wqe; in ipath_post_receive()