Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rpcrdma_buffer Struct Reference

#include <xprt_rdma.h>

Data Fields

spinlock_t rb_lock
 
atomic_t rb_credits
 
unsigned long rb_cwndscale
 
int rb_max_requests
 
struct list_head rb_mws
 
int rb_send_index
 
struct rpcrdma_req ** rb_send_bufs
 
int rb_recv_index
 
struct rpcrdma_rep ** rb_recv_bufs
 
charrb_pool
 

Detailed Description

Definition at line 207 of file xprt_rdma.h.

Field Documentation

atomic_t rb_credits

Definition at line 209 of file xprt_rdma.h.

unsigned long rb_cwndscale

Definition at line 210 of file xprt_rdma.h.

spinlock_t rb_lock

Definition at line 208 of file xprt_rdma.h.

int rb_max_requests

Definition at line 211 of file xprt_rdma.h.

struct list_head rb_mws

Definition at line 212 of file xprt_rdma.h.

char* rb_pool

Definition at line 217 of file xprt_rdma.h.

struct rpcrdma_rep** rb_recv_bufs

Definition at line 216 of file xprt_rdma.h.

int rb_recv_index

Definition at line 215 of file xprt_rdma.h.

struct rpcrdma_req** rb_send_bufs

Definition at line 214 of file xprt_rdma.h.

int rb_send_index

Definition at line 213 of file xprt_rdma.h.


The documentation for this struct was generated from the following file: