Home
last modified time | relevance | path

Searched defs:cm_id_private (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/infiniband/core/
Dcm.c259 struct cm_id_private { struct
260 struct ib_cm_id id;
262 struct rb_node service_node;
263 struct rb_node sidr_id_node;
264 spinlock_t lock; /* Do not acquire inside cm.lock */
265 struct completion comp;
266 atomic_t refcount;
269 int listen_sharecount;
271 struct ib_mad_send_buf *msg;
272 struct cm_timewait_info *timewait_info;
[all …]