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