Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/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.h293 struct ipath_rwqe { struct
310 struct ipath_rwqe wq[0]; argument
493 static inline struct ipath_rwqe *get_rwqe_ptr(struct ipath_rq *rq, in get_rwqe_ptr()
496 return (struct ipath_rwqe *) in get_rwqe_ptr()
498 (sizeof(struct ipath_rwqe) + in get_rwqe_ptr()
857 int ipath_init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe,
Dipath_ruc.c123 int ipath_init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe, in ipath_init_sge()
172 struct ipath_rwqe *wqe; in ipath_get_rwqe()
Dipath_ud.c61 struct ipath_rwqe *wqe; in ipath_ud_loopback()
Dipath_qp.c831 sizeof(struct ipath_rwqe); in ipath_create_qp()
Dipath_verbs.c490 struct ipath_rwqe *wqe; in ipath_post_receive()