Lines Matching defs:rds_ib_device
204 struct rds_ib_device { struct
205 struct list_head list;
206 struct list_head ipaddr_list;
207 struct list_head conn_list;
208 struct ib_device *dev;
209 struct ib_pd *pd;
210 unsigned int max_fmrs;
211 struct rds_ib_mr_pool *mr_1m_pool;
212 struct rds_ib_mr_pool *mr_8k_pool;
213 unsigned int fmr_max_remaps;
214 unsigned int max_8k_fmrs;
215 unsigned int max_1m_fmrs;
216 int max_sge;
217 unsigned int max_wrs;
218 unsigned int max_initiator_depth;
219 unsigned int max_responder_resources;
220 spinlock_t spinlock; /* protect the above */
221 atomic_t refcount;
222 struct work_struct free_work;