Lines Matching refs:ib_ret
1008 int ib_ret; in iser_post_recvl() local
1020 ib_ret = ib_post_recv(ib_conn->qp, &rx_wr, &rx_wr_failed); in iser_post_recvl()
1021 if (ib_ret) { in iser_post_recvl()
1022 iser_err("ib_post_recv failed ret=%d\n", ib_ret); in iser_post_recvl()
1025 return ib_ret; in iser_post_recvl()
1031 int i, ib_ret; in iser_post_recvm() local
1049 ib_ret = ib_post_recv(ib_conn->qp, ib_conn->rx_wr, &rx_wr_failed); in iser_post_recvm()
1050 if (ib_ret) { in iser_post_recvm()
1051 iser_err("ib_post_recv failed ret=%d\n", ib_ret); in iser_post_recvm()
1055 return ib_ret; in iser_post_recvm()
1067 int ib_ret; in iser_post_send() local
1081 ib_ret = ib_post_send(ib_conn->qp, &send_wr, &send_wr_failed); in iser_post_send()
1082 if (ib_ret) in iser_post_send()
1083 iser_err("ib_post_send failed, ret:%d\n", ib_ret); in iser_post_send()
1085 return ib_ret; in iser_post_send()