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