Searched defs:ib_cm (Results 1 – 4 of 4) sorted by relevance
164 struct ib_cm { struct165 struct sa_path_rec path;166 struct ib_sa_query *path_query;167 int path_query_id;168 struct ib_cm_id *cm_id;169 } ib_cm; member232 } ib_cm; member
110 static struct ib_cm { struct111 spinlock_t lock;112 struct list_head device_list;113 rwlock_t device_lock;115 u64 listen_service_id;117 struct rb_root remote_qp_table;118 struct rb_root remote_id_table;120 struct xarray local_id_table;121 u32 local_id_next;122 __be32 random_id_operand;[all …]
298 } ib_cm; member
2155 struct ib_cm_rep_param ib_cm; in srpt_cm_req_recv() member
Completed in 23 milliseconds