Lines Matching defs:cm_id_private
204 struct cm_id_private { struct
205 struct ib_cm_id id;
207 struct rb_node service_node;
208 struct rb_node sidr_id_node;
209 spinlock_t lock; /* Do not acquire inside cm.lock */
210 struct completion comp;
211 atomic_t refcount;
213 struct ib_mad_send_buf *msg;
214 struct cm_timewait_info *timewait_info;
216 struct cm_av av;
217 struct cm_av alt_av;
218 struct ib_cm_compare_data *compare_data;
220 void *private_data;
221 __be64 tid;
222 __be32 local_qpn;
246 static inline void cm_deref_id(struct cm_id_private *cm_id_priv) in cm_deref_id() argument