Searched defs:cl_longreply (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c1239 struct clist *cl_longreply, uint32_t seg_array_len)
1253 if (!cl_longreply)
1255 length = cl_longreply->c_len;
1256 offset = (uint64) cl_longreply->u.c_daddr;
1263 &cl_longreply->c_dmemhandle.mrc_rmr))
1269 cl_longreply = cl_longreply->c_next;
1238 xdr_encode_reply_wchunk(XDR *xdrs, struct clist *cl_longreply, uint32_t seg_array_len) argument

Completed in 60 milliseconds