Searched refs:rdmahdr_i_xdrs (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_rdma.c | 576 XDR *rdmahdr_o_xdrs, *rdmahdr_i_xdrs; local 1007 rdmahdr_i_xdrs = &(p->cku_inxdr); 1008 xdrmem_create(rdmahdr_i_xdrs, 1017 XDR_SETPOS(rdmahdr_i_xdrs, sizeof (uint32_t)); 1018 (void) xdr_u_int(rdmahdr_i_xdrs, &vers); 1019 (void) xdr_u_int(rdmahdr_i_xdrs, &rdma_credit); 1020 (void) xdr_u_int(rdmahdr_i_xdrs, &op); 1021 (void) xdr_do_clist(rdmahdr_i_xdrs, &cl); 1026 if (! xdr_decode_wlist(rdmahdr_i_xdrs, &cl_rpcreply_wlist, 1041 (void) xdr_decode_reply_wchunk(rdmahdr_i_xdrs, [all...] |
Completed in 57 milliseconds