Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
rpc_rdma.c File Reference
#include "xprt_rdma.h"
#include <linux/highmem.h>

Go to the source code of this file.

Enumerations

enum  rpcrdma_chunktype {
  rpcrdma_noch = 0, rpcrdma_readch, rpcrdma_areadch, rpcrdma_writech,
  rpcrdma_replych
}
 

Functions

int rpcrdma_marshal_req (struct rpc_rqst *rqst)
 
void rpcrdma_conn_func (struct rpcrdma_ep *ep)
 
void rpcrdma_reply_handler (struct rpcrdma_rep *rep)
 

Enumeration Type Documentation

Enumerator:
rpcrdma_noch 
rpcrdma_readch 
rpcrdma_areadch 
rpcrdma_writech 
rpcrdma_replych 

Definition at line 56 of file rpc_rdma.c.

Function Documentation

void rpcrdma_conn_func ( struct rpcrdma_ep ep)

Definition at line 692 of file rpc_rdma.c.

int rpcrdma_marshal_req ( struct rpc_rqst *  rqst)

Definition at line 367 of file rpc_rdma.c.

void rpcrdma_reply_handler ( struct rpcrdma_rep rep)

Definition at line 725 of file rpc_rdma.c.