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