Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | rpcrdma_segment |
struct | rpcrdma_read_chunk |
struct | rpcrdma_write_chunk |
struct | rpcrdma_write_array |
struct | rpcrdma_msg |
struct | rpcrdma_err_vers |
Macros | |
#define | RPCRDMA_HDRLEN_MIN 28 |
Enumerations | |
enum | rpcrdma_errcode { ERR_VERS = 1, ERR_CHUNK = 2 } |
enum | rpcrdma_proc { RDMA_MSG = 0, RDMA_NOMSG = 1, RDMA_MSGP = 2, RDMA_DONE = 3, RDMA_ERROR = 4 } |
#define RPCRDMA_HDRLEN_MIN 28 |
Definition at line 98 of file rpc_rdma.h.
enum rpcrdma_errcode |
Definition at line 100 of file rpc_rdma.h.
enum rpcrdma_proc |
Definition at line 110 of file rpc_rdma.h.