Searched refs:cl_long_reply (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_rdma.c | 587 struct clist *cl_long_reply; local 625 cl_long_reply = NULL; 895 status = clnt_setup_long_reply(conn, &cl_long_reply, long_reply_len); 910 seg_array_len = (cl_long_reply ? 1 : 0); 911 (void) xdr_encode_reply_wchunk(rdmahdr_o_xdrs, cl_long_reply, 1044 clnt_decode_long_reply(conn, cl_long_reply, 1159 if (cl_long_reply) { 1160 (void) clist_deregister(conn, cl_long_reply); 1161 rdma_buf_free(conn, &cl_long_reply->rb_longbuf); 1162 clist_free(cl_long_reply); 1202 clnt_decode_long_reply(CONN *conn, struct clist *cl_long_reply, struct clist *cl_rdma_reply, XDR *xdrs, XDR **rxdrp, struct clist *cl, struct clist *cl_recvlist, uint_t op, uint_t off) argument [all...] |
Completed in 44 milliseconds