Linux Kernel
3.7.1
|
Data Fields | |
short | port |
int | sq_depth |
int | rq_depth |
long | timeout |
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.
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.