Searched defs:cm_id_private (Results 1 – 1 of 1) sorted by relevance
258 struct cm_id_private { struct259 struct ib_cm_id id;261 struct rb_node service_node;262 struct rb_node sidr_id_node;263 spinlock_t lock; /* Do not acquire inside cm.lock */264 struct completion comp;265 atomic_t refcount;268 int listen_sharecount;270 struct ib_mad_send_buf *msg;271 struct cm_timewait_info *timewait_info;[all …]