Searched defs:rdsv3_ib_device (Results 1 – 1 of 1) sorted by relevance
196 struct rdsv3_ib_device { struct197 struct list_node list;198 struct list ipaddr_list;199 struct list conn_list;200 ib_device_t *dev;201 struct ib_pd *pd;202 struct kmem_cache *ib_frag_slab;203 kmutex_t spinlock; /* protect the above */204 krwlock_t rwlock; /* protect paddr_list */205 unsigned int fmr_max_remaps;[all …]