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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_rdma.c823 XDR xdrs_rhdr; local
841 bzero(&xdrs_rhdr, sizeof (XDR));
975 xdrmem_create(&xdrs_rhdr, rbuf_resp.addr, rbuf_resp.len, XDR_ENCODE);
978 XDR_SETPOS(&xdrs_rhdr, sizeof (uint32_t));
979 if (!xdr_u_int(&xdrs_rhdr, &vers) ||
980 !xdr_u_int(&xdrs_rhdr, &rdma_credit) ||
981 !xdr_u_int(&xdrs_rhdr, &rdma_response_op)) {
991 (void) xdr_encode_rlist_svc(&xdrs_rhdr, cl_read);
997 if (!xdr_encode_wlist(&xdrs_rhdr, cl_write)) {
1007 if (!xdr_encode_reply_wchunk(&xdrs_rhdr, crd
[all...]

Completed in 46 milliseconds