Searched defs:cm_id_private (Results 1 – 1 of 1) sorted by relevance
204 struct cm_id_private { struct205 struct ib_cm_id id;207 struct rb_node service_node;208 struct rb_node sidr_id_node;209 spinlock_t lock; /* Do not acquire inside cm.lock */210 struct completion comp;211 atomic_t refcount;213 struct ib_mad_send_buf *msg;214 struct cm_timewait_info *timewait_info;216 struct cm_av av;[all …]