Lines Matching refs:wr
44 int mlx5_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr,
46 int mlx5_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
50 const struct ib_send_wr *wr,
53 return mlx5_ib_post_send(ibqp, wr, bad_wr, false);
57 const struct ib_send_wr *wr,
60 return mlx5_ib_post_send(ibqp, wr, bad_wr, true);
64 const struct ib_recv_wr *wr,
67 return mlx5_ib_post_recv(ibqp, wr, bad_wr, false);
71 const struct ib_recv_wr *wr,
74 return mlx5_ib_post_recv(ibqp, wr, bad_wr, true);