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

Data Fields

short port
 
int sq_depth
 
int rq_depth
 
long timeout
 

Detailed Description

p9_rdma_opts - Collection of mount options : port of connection : The requested depth of the SQ. This really doesn't need to be any deeper than the number of threads used in the client : The depth of the RQ. Should be greater than or equal to SQ depth : Time to wait in msecs for CM events

Definition at line 134 of file trans_rdma.c.

Field Documentation

Definition at line 135 of file trans_rdma.c.

int rq_depth

Definition at line 137 of file trans_rdma.c.

int sq_depth

Definition at line 136 of file trans_rdma.c.

long timeout

Definition at line 138 of file trans_rdma.c.


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