Searched defs:rds_iw_device (Results 1 – 1 of 1) sorted by relevance
181 struct rds_iw_device { struct182 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;[all …]