Searched defs:rds_ib_device (Results 1 – 1 of 1) sorted by relevance
204 struct rds_ib_device { struct205 struct list_head list;206 struct list_head ipaddr_list;207 struct list_head conn_list;208 struct ib_device *dev;209 struct ib_pd *pd;210 unsigned int max_fmrs;211 struct rds_ib_mr_pool *mr_1m_pool;212 struct rds_ib_mr_pool *mr_8k_pool;213 unsigned int fmr_max_remaps;[all …]