Searched refs:XDR_CONTROL (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/rpc/ |
H A D | clnt_rdma.c | 444 XDR_CONTROL(call_xdrp, XDR_RDMA_GET_RLIST, &rclp); in clnt_setup_rlist() 451 XDR_CONTROL(call_xdrp, XDR_RDMA_SET_FLAGS, &xdr_flag); in clnt_setup_rlist() 472 XDR_CONTROL(call_xdrp, XDR_RDMA_GET_WLIST, &wlist); in clnt_setup_wlist() 512 XDR_CONTROL(call_xdrp, XDR_RDMA_SET_FLAGS, &xdr_flag); in clnt_setup_wlist() 774 XDR_CONTROL(call_xdrp, XDR_RDMA_GET_CHUNK_LEN, &rcil); in clnt_rdma_kcallit() 831 XDR_CONTROL(call_xdrp, XDR_RDMA_GET_RLIST, &cl); in clnt_rdma_kcallit() 1052 XDR_CONTROL(reply_xdrp, XDR_RDMA_SET_WLIST, cl_rpcreply_wlist); in clnt_rdma_kcallit()
|
H A D | svc_rdma.c | 574 XDR_CONTROL(xdrs, XDR_RDMA_SET_FLAGS, &flg); in svc_rdma_krecv() 582 XDR_CONTROL(xdrs, XDR_RDMA_SET_WLIST, crdp->cl_wlist); in svc_rdma_krecv() 583 XDR_CONTROL(xdrs, XDR_RDMA_SET_FLAGS, &flg); in svc_rdma_krecv()
|
H A D | xdr.h | 260 #define XDR_CONTROL(xdrs, req, op) \ macro
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_xdr.c | 110 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &size)) in xdr_string3() 276 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &fhsize)) in xdr_decode_nfs_fh3() 1219 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READLINK3args() 1276 (void) XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READ3args() 1296 return (XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci)); in xdr_READ3args() 1300 (void) XDR_CONTROL(xdrs, XDR_RDMA_GET_WCINFO, &rwci); in xdr_READ3args() 1430 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_READ3vres() 1496 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &fattr3_len)) in xdr_READ3uiores() 1547 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_READ3uiores() 1997 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READDIR3args() [all …]
|
H A D | nfs_xdr.c | 368 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_readlink() 440 (void) XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_readargs() 453 return (XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci)); in xdr_readargs() 457 (void) XDR_CONTROL(xdrs, XDR_RDMA_GET_WCINFO, &rwci); in xdr_readargs() 510 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_rrok() 688 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_rddirargs()
|
H A D | nfs4_xdr.c | 147 return (XDR_CONTROL(xdrs, XDR_SKIPBYTES, &size)); in xdr_bitmap4() 437 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &fhsize)) in xdr_decode_nfs_fh4() 2254 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &namelen)) in xdr_READDIR4res_clnt() 2322 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &attrlen)) in xdr_READDIR4res_clnt() 3329 (void) XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READ4args() 3348 return (XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci)); in xdr_READ4args() 3352 (void) XDR_CONTROL(xdrs, XDR_RDMA_GET_WCINFO, &rwci); in xdr_READ4args() 3503 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_READ4res_clnt() 3589 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_READ4res_clnt() 3638 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READDIR4args() [all …]
|