Home
last modified time | relevance | path

Searched refs:cm_id_private (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/infiniband/core/
Dcm.c87 struct cm_id_private;
91 static void cm_process_work(struct cm_id_private *cm_id_priv,
93 static int cm_send_sidr_rep_locked(struct cm_id_private *cm_id_priv,
95 static int cm_send_dreq_locked(struct cm_id_private *cm_id_priv,
97 static int cm_send_drep_locked(struct cm_id_private *cm_id_priv,
99 static int cm_send_rej_locked(struct cm_id_private *cm_id_priv,
205 struct cm_id_private { struct
269 static inline void cm_deref_id(struct cm_id_private *cm_id_priv) in cm_deref_id() argument
275 static struct ib_mad_send_buf *cm_alloc_msg(struct cm_id_private *cm_id_priv) in cm_alloc_msg()
323 struct cm_id_private *cm_id_priv = msg->context[0]; in cm_free_msg()
[all …]