Lines Matching refs:msglen
640 struct rpc_msg *msg, bool_t has_args, int *msglen, in svc_process_long_reply() argument
658 alloc_len = RNDUP(MAX_AUTH_BYTES + *msglen); in svc_process_long_reply()
660 alloc_len = RNDUP(*msglen); in svc_process_long_reply()
835 int status, msglen, num_wreply_segments = 0; in svc_rdma_ksend() local
890 msglen = xdr_sizeof(xdr_replymsg, msg); in svc_rdma_ksend()
892 if (msglen > 0) { in svc_rdma_ksend()
896 msglen += xdrrdma_sizeof(xdr_results, xdr_location, in svc_rdma_ksend()
899 DTRACE_PROBE1(krpc__i__svcrdma__ksend__msglen, int, msglen); in svc_rdma_ksend()
903 if (msglen < RPC_MSG_SZ) { in svc_rdma_ksend()
931 if (status != SVC_RDMA_SUCCESS || msglen >= RPC_MSG_SZ) { in svc_rdma_ksend()
943 msglen = xdr_sizeof(xdr_replymsg, msg); in svc_rdma_ksend()
944 msglen += xdrrdma_sizeof(xdr_results, xdr_location, 0, in svc_rdma_ksend()
948 xdr_location, msg, has_args, &msglen, &freelen, in svc_rdma_ksend()