Searched defs:drep_msg (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/core/
H A Dcm.c2041 static void cm_format_drep(struct cm_drep_msg *drep_msg, argument
2046 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, cm_id_priv->tid);
2047 drep_msg->local_comm_id = cm_id_priv->id.local_id;
2048 drep_msg->remote_comm_id = cm_id_priv->id.remote_id;
2051 memcpy(drep_msg->private_data, private_data, private_data_len);
2106 struct cm_drep_msg *drep_msg; local
2114 drep_msg = (struct cm_drep_msg *) msg->mad;
2116 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, dreq_msg->hdr.tid);
2117 drep_msg->remote_comm_id = dreq_msg->local_comm_id;
2118 drep_msg
2204 struct cm_drep_msg *drep_msg; local
[all...]

Completed in 758 milliseconds