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