Lines Matching defs:rds_ib_device
243 struct rds_ib_device { struct
244 struct list_head list;
245 struct list_head ipaddr_list;
246 struct list_head conn_list;
247 struct ib_device *dev;
248 struct ib_pd *pd;
249 u8 odp_capable:1;
251 unsigned int max_mrs;
252 struct rds_ib_mr_pool *mr_1m_pool;
253 struct rds_ib_mr_pool *mr_8k_pool;
254 unsigned int max_8k_mrs;
255 unsigned int max_1m_mrs;
256 int max_sge;
257 unsigned int max_wrs;
258 unsigned int max_initiator_depth;
259 unsigned int max_responder_resources;
260 spinlock_t spinlock; /* protect the above */
261 refcount_t refcount;
262 struct work_struct free_work;
263 int *vector_load;