Lines Matching refs:ib_send_wr
1380 struct ib_send_wr { struct
1381 struct ib_send_wr *next; argument
1397 struct ib_send_wr wr; argument
1402 static inline const struct ib_rdma_wr *rdma_wr(const struct ib_send_wr *wr) in rdma_wr()
1408 struct ib_send_wr wr;
1417 static inline const struct ib_atomic_wr *atomic_wr(const struct ib_send_wr *wr) in atomic_wr()
1423 struct ib_send_wr wr;
1434 static inline const struct ib_ud_wr *ud_wr(const struct ib_send_wr *wr) in ud_wr()
1440 struct ib_send_wr wr;
1446 static inline const struct ib_reg_wr *reg_wr(const struct ib_send_wr *wr) in reg_wr()
2350 int (*post_send)(struct ib_qp *qp, const struct ib_send_wr *send_wr,
2351 const struct ib_send_wr **bad_send_wr);
3846 const struct ib_send_wr *send_wr, in ib_post_send()
3847 const struct ib_send_wr **bad_send_wr) in ib_post_send()
3849 const struct ib_send_wr *dummy; in ib_post_send()