Lines Matching defs:ib_cm
118 static struct ib_cm { struct
119 spinlock_t lock;
120 struct list_head device_list;
121 rwlock_t device_lock;
122 struct rb_root listen_service_table;
123 u64 listen_service_id;
125 struct rb_root remote_qp_table;
126 struct rb_root remote_id_table;
127 struct rb_root remote_sidr_table;
128 struct xarray local_id_table;
129 u32 local_id_next;
130 __be32 random_id_operand;
131 struct list_head timewait_list;
132 struct workqueue_struct *wq;
134 spinlock_t state_lock;