Lines Matching defs:ib_send_wr
1378 struct ib_send_wr {
1379 struct ib_send_wr *next;
1395 struct ib_send_wr wr;
1400 static inline const struct ib_rdma_wr *rdma_wr(const struct ib_send_wr *wr)
1406 struct ib_send_wr wr;
1415 static inline const struct ib_atomic_wr *atomic_wr(const struct ib_send_wr *wr)
1421 struct ib_send_wr wr;
1432 static inline const struct ib_ud_wr *ud_wr(const struct ib_send_wr *wr)
1438 struct ib_send_wr wr;
1444 static inline const struct ib_reg_wr *reg_wr(const struct ib_send_wr *wr)
2348 int (*post_send)(struct ib_qp *qp, const struct ib_send_wr *send_wr,
2349 const struct ib_send_wr **bad_send_wr);
3843 const struct ib_send_wr *send_wr,
3844 const struct ib_send_wr **bad_send_wr)
3846 const struct ib_send_wr *dummy;