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