Lines Matching defs:rds_ib_device
170 struct rds_ib_device { struct
171 struct list_head list;
172 struct list_head ipaddr_list;
173 struct list_head conn_list;
174 struct ib_device *dev;
175 struct ib_pd *pd;
176 struct ib_mr *mr;
177 struct rds_ib_mr_pool *mr_pool;
178 unsigned int fmr_max_remaps;
179 unsigned int max_fmrs;
180 int max_sge;
181 unsigned int max_wrs;
182 unsigned int max_initiator_depth;
183 unsigned int max_responder_resources;
184 spinlock_t spinlock; /* protect the above */
185 atomic_t refcount;
186 struct work_struct free_work;