Searched refs:ib_ret (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/infiniband/ulp/iser/
H A Diser_verbs.c1008 int ib_ret; iser_post_recvl() local
1020 ib_ret = ib_post_recv(ib_conn->qp, &rx_wr, &rx_wr_failed); iser_post_recvl()
1021 if (ib_ret) { iser_post_recvl()
1022 iser_err("ib_post_recv failed ret=%d\n", ib_ret); iser_post_recvl()
1025 return ib_ret; iser_post_recvl()
1031 int i, ib_ret; iser_post_recvm() local
1049 ib_ret = ib_post_recv(ib_conn->qp, ib_conn->rx_wr, &rx_wr_failed); iser_post_recvm()
1050 if (ib_ret) { iser_post_recvm()
1051 iser_err("ib_post_recv failed ret=%d\n", ib_ret); iser_post_recvm()
1055 return ib_ret; iser_post_recvm()
1067 int ib_ret; iser_post_send() local
1081 ib_ret = ib_post_send(ib_conn->qp, &send_wr, &send_wr_failed); iser_post_send()
1082 if (ib_ret) iser_post_send()
1083 iser_err("ib_post_send failed, ret:%d\n", ib_ret); iser_post_send()
1085 return ib_ret; iser_post_send()

Completed in 66 milliseconds