diff options
Diffstat (limited to 'include/linux/sunrpc/svc_rdma.h')
-rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index 3584bc8864c4..cc3ae16eac68 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h | |||
@@ -137,6 +137,7 @@ struct svcxprt_rdma { | |||
137 | int sc_ord; /* RDMA read limit */ | 137 | int sc_ord; /* RDMA read limit */ |
138 | int sc_max_sge; | 138 | int sc_max_sge; |
139 | int sc_max_sge_rd; /* max sge for read target */ | 139 | int sc_max_sge_rd; /* max sge for read target */ |
140 | bool sc_snd_w_inv; /* OK to use Send With Invalidate */ | ||
140 | 141 | ||
141 | atomic_t sc_sq_count; /* Number of SQ WR on queue */ | 142 | atomic_t sc_sq_count; /* Number of SQ WR on queue */ |
142 | unsigned int sc_sq_depth; /* Depth of SQ */ | 143 | unsigned int sc_sq_depth; /* Depth of SQ */ |