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

/drivers/infiniband/hw/qib/
H A Dqib_verbs.h334 struct qib_swqe { struct
500 struct qib_swqe *s_wq; /* send work queue */
501 struct qib_swqe *s_wqe;
581 * Since struct qib_swqe is not a fixed size, we can't simply index into
584 static inline struct qib_swqe *get_swqe_ptr(struct qib_qp *qp,
587 return (struct qib_swqe *)((char *)qp->s_wq +
588 (sizeof(struct qib_swqe) +
1024 void qib_send_complete(struct qib_qp *qp, struct qib_swqe *wqe,

Completed in 155 milliseconds