Searched defs:ib_cm (Results 1 – 1 of 1) sorted by relevance
68 static struct ib_cm { struct69 spinlock_t lock;70 struct list_head device_list;71 rwlock_t device_lock;72 struct rb_root listen_service_table;73 u64 listen_service_id;75 struct rb_root remote_qp_table;76 struct rb_root remote_id_table;77 struct rb_root remote_sidr_table;78 struct idr local_id_table;[all …]