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