Linux Kernel
3.7.1
|
#include <rpc_rdma.h>
Data Fields | |
__be32 | rm_xid |
__be32 | rm_vers |
__be32 | rm_credit |
__be32 | rm_type |
union { | |
struct { | |
__be32 rm_empty [3] | |
} rm_nochunks | |
struct { | |
__be32 rm_align | |
__be32 rm_thresh | |
__be32 rm_pempty [3] | |
} rm_padded | |
__be32 rm_chunks [0] | |
} | rm_body |
Definition at line 76 of file rpc_rdma.h.
__be32 rm_align |
Definition at line 88 of file rpc_rdma.h.
union { ... } rm_body |
__be32 rm_chunks[0] |
Definition at line 93 of file rpc_rdma.h.
__be32 rm_credit |
Definition at line 79 of file rpc_rdma.h.
__be32 rm_empty[3] |
Definition at line 84 of file rpc_rdma.h.
struct { ... } rm_nochunks |
struct { ... } rm_padded |
__be32 rm_pempty[3] |
Definition at line 90 of file rpc_rdma.h.
__be32 rm_thresh |
Definition at line 89 of file rpc_rdma.h.
__be32 rm_type |
Definition at line 80 of file rpc_rdma.h.
__be32 rm_vers |
Definition at line 78 of file rpc_rdma.h.
__be32 rm_xid |
Definition at line 77 of file rpc_rdma.h.