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