Lines Matching defs:ib_send_wr
1397 struct ib_send_wr {
1398 struct ib_send_wr *next;
1414 struct ib_send_wr wr;
1419 static inline const struct ib_rdma_wr *rdma_wr(const struct ib_send_wr *wr)
1425 struct ib_send_wr wr;
1434 static inline const struct ib_atomic_wr *atomic_wr(const struct ib_send_wr *wr)
1440 struct ib_send_wr wr;
1451 static inline const struct ib_ud_wr *ud_wr(const struct ib_send_wr *wr)
1457 struct ib_send_wr wr;
1463 static inline const struct ib_reg_wr *reg_wr(const struct ib_send_wr *wr)
2378 int (*post_send)(struct ib_qp *qp, const struct ib_send_wr *send_wr,
2379 const struct ib_send_wr **bad_send_wr);
3953 const struct ib_send_wr *send_wr,
3954 const struct ib_send_wr **bad_send_wr)
3956 const struct ib_send_wr *dummy;