Home
last modified time | relevance | path

Searched refs:cl_reply (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_rdma.c99 struct clist *cl_reply; /* reply chunk buffer info */ member
403 if (cdrp->cl_reply) { in svc_rdma_kclone_destroy()
404 clist_free(cdrp->cl_reply); in svc_rdma_kclone_destroy()
405 cdrp->cl_reply = NULL; in svc_rdma_kclone_destroy()
505 crdp->cl_reply = NULL; in svc_rdma_krecv()
506 (void) xdr_decode_reply_wchunk(xdrs, &crdp->cl_reply); in svc_rdma_krecv()
705 wcl = crdp->cl_reply; in svc_process_long_reply()
738 wcl = crdp->cl_reply; in svc_process_long_reply()
926 if (status == SVC_RDMA_SUCCESS && crdp->cl_reply) { in svc_rdma_ksend()
927 clist_free(crdp->cl_reply); in svc_rdma_ksend()
[all …]