Lines Matching defs:rds_iw_device
178 struct rds_iw_device { struct
179 struct list_head list;
180 struct list_head cm_id_list;
181 struct list_head conn_list;
182 struct ib_device *dev;
183 struct ib_pd *pd;
184 struct ib_mr *mr;
185 struct rds_iw_mr_pool *mr_pool;
186 int max_sge;
187 unsigned int max_wrs;
188 unsigned int dma_local_lkey:1;
189 spinlock_t spinlock; /* protect the above */