Searched defs:cm_id_private (Results 1 – 1 of 1) sorted by relevance
249 struct cm_id_private { struct250 struct ib_cm_id id;252 struct rb_node service_node;253 struct rb_node sidr_id_node;254 spinlock_t lock; /* Do not acquire inside cm.lock */255 struct completion comp;256 refcount_t refcount;259 int listen_sharecount;260 struct rcu_head rcu;262 struct ib_mad_send_buf *msg;[all …]