Searched defs:rds_ib_device (Results 1 – 1 of 1) sorted by relevance
243 struct rds_ib_device { struct244 struct list_head list;245 struct list_head ipaddr_list;246 struct list_head conn_list;247 struct ib_device *dev;248 struct ib_pd *pd;249 struct dma_pool *rid_hdrs_pool; /* RDS headers DMA pool */250 u8 odp_capable:1;252 unsigned int max_mrs;253 struct rds_ib_mr_pool *mr_1m_pool;[all …]