Lines Matching refs:__be32
49 __be32 rs_handle; /* Registered memory handle */
50 __be32 rs_length; /* Length of the chunk in bytes */
58 __be32 rc_discrim; /* 1 indicates presence */
59 __be32 rc_position; /* Position in XDR stream */
74 __be32 wc_discrim; /* 1 indicates presence */
75 __be32 wc_nchunks; /* Array count */
80 __be32 rm_xid; /* Mirrors the RPC header xid */
81 __be32 rm_vers; /* Version of this protocol */
82 __be32 rm_credit; /* Buffers requested/granted */
83 __be32 rm_type; /* Type of message (enum rpcrdma_proc) */
87 __be32 rm_empty[3]; /* 3 empty chunk lists */
91 __be32 rm_align; /* Padding alignment */
92 __be32 rm_thresh; /* Padding threshold */
93 __be32 rm_pempty[3]; /* 3 empty chunk lists */
96 __be32 rm_chunks[0]; /* read, write and reply chunks */
104 #define RPCRDMA_HDRLEN_MIN (sizeof(__be32) * 7)