Lines Matching refs:bad_wr
494 const struct ib_send_wr *bad_wr;
537 bad_wr = NULL;
538 rc = ib_post_send(r_xprt->rx_ep->re_id->qp, first, &bad_wr);
544 if (bad_wr != first)
552 while (bad_wr) {
553 frwr = container_of(bad_wr, struct rpcrdma_frwr,
556 bad_wr = bad_wr->next;
600 const struct ib_send_wr *bad_wr;
641 bad_wr = NULL;
642 rc = ib_post_send(r_xprt->rx_ep->re_id->qp, first, &bad_wr);
649 while (bad_wr) {
650 frwr = container_of(bad_wr, struct rpcrdma_frwr, fr_invwr);
652 bad_wr = bad_wr->next;