Lines Matching refs:bad_wr
45 const struct ib_send_wr **bad_wr, bool drain);
47 const struct ib_recv_wr **bad_wr, bool drain);
51 const struct ib_send_wr **bad_wr)
53 return mlx5_ib_post_send(ibqp, wr, bad_wr, false);
58 const struct ib_send_wr **bad_wr)
60 return mlx5_ib_post_send(ibqp, wr, bad_wr, true);
65 const struct ib_recv_wr **bad_wr)
67 return mlx5_ib_post_recv(ibqp, wr, bad_wr, false);
72 const struct ib_recv_wr **bad_wr)
74 return mlx5_ib_post_recv(ibqp, wr, bad_wr, true);