Lines Matching defs:ib_cm
111 static struct ib_cm { struct
112 spinlock_t lock;
113 struct list_head device_list;
114 rwlock_t device_lock;
115 struct rb_root listen_service_table;
116 u64 listen_service_id;
118 struct rb_root remote_qp_table;
119 struct rb_root remote_id_table;
120 struct rb_root remote_sidr_table;
121 struct xarray local_id_table;
122 u32 local_id_next;
123 __be32 random_id_operand;
124 struct list_head timewait_list;
125 struct workqueue_struct *wq;