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

/drivers/infiniband/hw/ipath/
H A Dipath_verbs.h279 struct ipath_swqe { struct
432 struct ipath_swqe *s_wq; /* send work queue */
433 struct ipath_swqe *s_wqe;
477 * Since struct ipath_swqe is not a fixed size, we can't simply index into
480 static inline struct ipath_swqe *get_swqe_ptr(struct ipath_qp *qp,
483 return (struct ipath_swqe *)((char *)qp->s_wq +
484 (sizeof(struct ipath_swqe) +
647 struct ipath_swqe *wqe;
871 void ipath_send_complete(struct ipath_qp *qp, struct ipath_swqe *wqe,

Completed in 29 milliseconds