Searched defs:cm_id_private (Results 1 – 2 of 2) sorted by relevance
215 struct cm_id_private { struct216 struct ib_cm_id id;218 struct rb_node service_node;219 struct rb_node sidr_id_node;220 spinlock_t lock; /* Do not acquire inside cm.lock */221 struct completion comp;222 atomic_t refcount;224 struct ib_mad_send_buf *msg;225 struct cm_timewait_info *timewait_info;227 struct cm_av av;[all …]
117 struct cm_id_private { struct118 struct ib_cm_id id;119 int events_completed;120 pthread_cond_t cond;121 pthread_mutex_t mut;