Searched refs:cl_long_reply (Results 1 – 1 of 1) sorted by relevance
587 struct clist *cl_long_reply; in clnt_rdma_kcallit() local625 cl_long_reply = NULL; in clnt_rdma_kcallit()895 status = clnt_setup_long_reply(conn, &cl_long_reply, long_reply_len); in clnt_rdma_kcallit()910 seg_array_len = (cl_long_reply ? 1 : 0); in clnt_rdma_kcallit()911 (void) xdr_encode_reply_wchunk(rdmahdr_o_xdrs, cl_long_reply, in clnt_rdma_kcallit()1044 clnt_decode_long_reply(conn, cl_long_reply, in clnt_rdma_kcallit()1159 if (cl_long_reply) { in clnt_rdma_kcallit()1160 (void) clist_deregister(conn, cl_long_reply); in clnt_rdma_kcallit()1161 rdma_buf_free(conn, &cl_long_reply->rb_longbuf); in clnt_rdma_kcallit()1162 clist_free(cl_long_reply); in clnt_rdma_kcallit()[all …]