Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dsvc_rdma.c96 struct clist *cl_reply; /* reply chunk buffer info */ member
398 if (cdrp->cl_reply) { in svc_rdma_kclone_destroy()
399 clist_free(cdrp->cl_reply); in svc_rdma_kclone_destroy()
400 cdrp->cl_reply = NULL; in svc_rdma_kclone_destroy()
500 crdp->cl_reply = NULL; in svc_rdma_krecv()
501 (void) xdr_decode_reply_wchunk(xdrs, &crdp->cl_reply); in svc_rdma_krecv()
700 wcl = crdp->cl_reply; in svc_process_long_reply()
733 wcl = crdp->cl_reply; in svc_process_long_reply()
921 if (status == SVC_RDMA_SUCCESS && crdp->cl_reply) { in svc_rdma_ksend()
922 clist_free(crdp->cl_reply); in svc_rdma_ksend()
[all …]