Searched defs:cm_id_private (Results 1 – 2 of 2) sorted by relevance
264 struct cm_id_private { struct265 struct ib_cm_id id;267 struct rb_node service_node;268 struct rb_node sidr_id_node;269 spinlock_t lock; /* Do not acquire inside cm.lock */270 struct completion comp;271 atomic_t refcount;274 int listen_sharecount;276 struct ib_mad_send_buf *msg;277 struct cm_timewait_info *timewait_info;[all …]
107 struct cm_id_private { struct108 struct ib_cm_id id;109 int events_completed;110 pthread_cond_t cond;111 pthread_mutex_t mut;