Lines Matching refs:ib_ret
659 int ib_ret; in iser_post_recvl() local
671 ib_ret = ib_post_recv(ib_conn->qp, &rx_wr, &rx_wr_failed); in iser_post_recvl()
672 if (ib_ret) { in iser_post_recvl()
673 iser_err("ib_post_recv failed ret=%d\n", ib_ret); in iser_post_recvl()
676 return ib_ret; in iser_post_recvl()
682 int i, ib_ret; in iser_post_recvm() local
699 ib_ret = ib_post_recv(ib_conn->qp, ib_conn->rx_wr, &rx_wr_failed); in iser_post_recvm()
700 if (ib_ret) { in iser_post_recvm()
701 iser_err("ib_post_recv failed ret=%d\n", ib_ret); in iser_post_recvm()
705 return ib_ret; in iser_post_recvm()
716 int ib_ret; in iser_post_send() local
731 ib_ret = ib_post_send(ib_conn->qp, &send_wr, &send_wr_failed); in iser_post_send()
732 if (ib_ret) { in iser_post_send()
733 iser_err("ib_post_send failed, ret:%d\n", ib_ret); in iser_post_send()
736 return ib_ret; in iser_post_send()