Lines Matching refs:cpu_to_be32
86 #define xdr_zero cpu_to_be32(0)
87 #define xdr_one cpu_to_be32(1)
88 #define xdr_two cpu_to_be32(2)
90 #define rpc_auth_null cpu_to_be32(RPC_AUTH_NULL)
91 #define rpc_auth_unix cpu_to_be32(RPC_AUTH_UNIX)
92 #define rpc_auth_short cpu_to_be32(RPC_AUTH_SHORT)
93 #define rpc_auth_gss cpu_to_be32(RPC_AUTH_GSS)
95 #define rpc_call cpu_to_be32(RPC_CALL)
96 #define rpc_reply cpu_to_be32(RPC_REPLY)
98 #define rpc_msg_accepted cpu_to_be32(RPC_MSG_ACCEPTED)
100 #define rpc_success cpu_to_be32(RPC_SUCCESS)
101 #define rpc_prog_unavail cpu_to_be32(RPC_PROG_UNAVAIL)
102 #define rpc_prog_mismatch cpu_to_be32(RPC_PROG_MISMATCH)
103 #define rpc_proc_unavail cpu_to_be32(RPC_PROC_UNAVAIL)
104 #define rpc_garbage_args cpu_to_be32(RPC_GARBAGE_ARGS)
105 #define rpc_system_err cpu_to_be32(RPC_SYSTEM_ERR)
106 #define rpc_drop_reply cpu_to_be32(RPC_DROP_REPLY)
108 #define rpc_mismatch cpu_to_be32(RPC_MISMATCH)
109 #define rpc_auth_error cpu_to_be32(RPC_AUTH_ERROR)
111 #define rpc_auth_ok cpu_to_be32(RPC_AUTH_OK)
112 #define rpc_autherr_badcred cpu_to_be32(RPC_AUTH_BADCRED)
113 #define rpc_autherr_rejectedcred cpu_to_be32(RPC_AUTH_REJECTEDCRED)
114 #define rpc_autherr_badverf cpu_to_be32(RPC_AUTH_BADVERF)
115 #define rpc_autherr_rejectedverf cpu_to_be32(RPC_AUTH_REJECTEDVERF)
116 #define rpc_autherr_tooweak cpu_to_be32(RPC_AUTH_TOOWEAK)
117 #define rpcsec_gsserr_credproblem cpu_to_be32(RPCSEC_GSS_CREDPROBLEM)
118 #define rpcsec_gsserr_ctxproblem cpu_to_be32(RPCSEC_GSS_CTXPROBLEM)
322 *p = cpu_to_be32(n); in xdr_stream_encode_u32()
434 *p++ = cpu_to_be32(array_size); in xdr_stream_encode_uint32_array()