Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c576 XDR *rdmahdr_o_xdrs, *rdmahdr_i_xdrs; in clnt_rdma_kcallit() local
1007 rdmahdr_i_xdrs = &(p->cku_inxdr); in clnt_rdma_kcallit()
1008 xdrmem_create(rdmahdr_i_xdrs, in clnt_rdma_kcallit()
1017 XDR_SETPOS(rdmahdr_i_xdrs, sizeof (uint32_t)); in clnt_rdma_kcallit()
1018 (void) xdr_u_int(rdmahdr_i_xdrs, &vers); in clnt_rdma_kcallit()
1019 (void) xdr_u_int(rdmahdr_i_xdrs, &rdma_credit); in clnt_rdma_kcallit()
1020 (void) xdr_u_int(rdmahdr_i_xdrs, &op); in clnt_rdma_kcallit()
1021 (void) xdr_do_clist(rdmahdr_i_xdrs, &cl); in clnt_rdma_kcallit()
1026 if (! xdr_decode_wlist(rdmahdr_i_xdrs, &cl_rpcreply_wlist, in clnt_rdma_kcallit()
1041 (void) xdr_decode_reply_wchunk(rdmahdr_i_xdrs, &cl_rdma_reply); in clnt_rdma_kcallit()
[all …]