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