Lines Matching refs:XDR
63 XDR *, xdrproc_t, caddr_t);
65 XDR **, uint_t *);
66 static int clnt_setup_rlist(CONN *, XDR *, XDR *);
67 static int clnt_setup_wlist(CONN *, XDR *, XDR *, rdma_buf_t *);
72 struct clist *, XDR *, XDR **, struct clist *,
124 XDR cku_outxdr; /* xdr stream for output */
126 XDR cku_inxdr; /* xdr stream for input */
342 rdma_buf_t *rpcmsg, XDR *xdrs,
406 XDR **xdrs, uint_t *op)
434 * the XDR stream. Otherwise we use the clist and RDMA register
435 * the memory and encode the clist into the outbound XDR stream.
438 clnt_setup_rlist(CONN *conn, XDR *xdrs, XDR *call_xdrp)
461 * the XDR stream. Otherwise we use the clist and RDMA register
462 * the memory and encode the clist into the outbound XDR stream.
465 clnt_setup_wlist(CONN *conn, XDR *xdrs, XDR *call_xdrp, rdma_buf_t *rndbuf)
574 XDR *call_xdrp, callxdr; /* for xdrrdma encoding the RPC call */
575 XDR *reply_xdrp, replyxdr; /* for xdrrdma decoding the RPC reply */
576 XDR *rdmahdr_o_xdrs, *rdmahdr_i_xdrs;
828 * First pull the RDMA READ chunk list from the XDR private
876 * as a NULL list in the XDR stream.
908 * XDR encode the RDMA_REPLY write chunk
1204 struct clist *cl_rdma_reply, XDR *xdrs,
1205 XDR **rxdrp, struct clist *cl,
1305 XDR *xdrs;