Searched defs:ipath_rwqe (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_verbs.h293 struct ipath_rwqe { struct
310 struct ipath_rwqe wq[0];
490 * Since struct ipath_rwqe is not a fixed size, we can't simply index into
493 static inline struct ipath_rwqe *get_rwqe_ptr(struct ipath_rq *rq,
496 return (struct ipath_rwqe *)
498 (sizeof(struct ipath_rwqe) +
857 int ipath_init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe,

Completed in 53 milliseconds