diff options
Diffstat (limited to 'net/rds/ib.h')
-rw-r--r-- | net/rds/ib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rds/ib.h b/net/rds/ib.h index d2fd0aa4fde7..a303f13111c2 100644 --- a/net/rds/ib.h +++ b/net/rds/ib.h | |||
@@ -164,6 +164,8 @@ struct rds_ib_device { | |||
164 | unsigned int max_fmrs; | 164 | unsigned int max_fmrs; |
165 | int max_sge; | 165 | int max_sge; |
166 | unsigned int max_wrs; | 166 | unsigned int max_wrs; |
167 | unsigned int max_initiator_depth; | ||
168 | unsigned int max_responder_resources; | ||
167 | spinlock_t spinlock; /* protect the above */ | 169 | spinlock_t spinlock; /* protect the above */ |
168 | }; | 170 | }; |
169 | 171 | ||