Lines Matching refs:bad_wr
105 const struct ib_send_wr **bad_wr, bool drain);
107 const struct ib_recv_wr **bad_wr, bool drain);
111 const struct ib_send_wr **bad_wr)
113 return mlx5_ib_post_send(ibqp, wr, bad_wr, false);
118 const struct ib_send_wr **bad_wr)
120 return mlx5_ib_post_send(ibqp, wr, bad_wr, true);
125 const struct ib_recv_wr **bad_wr)
127 return mlx5_ib_post_recv(ibqp, wr, bad_wr, false);
132 const struct ib_recv_wr **bad_wr)
134 return mlx5_ib_post_recv(ibqp, wr, bad_wr, true);