Lines Matching refs:ib_send_wr
1350 struct ib_send_wr { struct
1351 struct ib_send_wr *next; argument
1367 struct ib_send_wr wr; argument
1372 static inline const struct ib_rdma_wr *rdma_wr(const struct ib_send_wr *wr) in rdma_wr()
1378 struct ib_send_wr wr;
1387 static inline const struct ib_atomic_wr *atomic_wr(const struct ib_send_wr *wr) in atomic_wr()
1393 struct ib_send_wr wr;
1404 static inline const struct ib_ud_wr *ud_wr(const struct ib_send_wr *wr) in ud_wr()
1410 struct ib_send_wr wr;
1416 static inline const struct ib_reg_wr *reg_wr(const struct ib_send_wr *wr) in reg_wr()
2292 int (*post_send)(struct ib_qp *qp, const struct ib_send_wr *send_wr,
2293 const struct ib_send_wr **bad_send_wr);
3757 const struct ib_send_wr *send_wr, in ib_post_send()
3758 const struct ib_send_wr **bad_send_wr) in ib_post_send()
3760 const struct ib_send_wr *dummy; in ib_post_send()