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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dcm.c2011 static void cm_format_drep(struct cm_drep_msg *drep_msg, argument
2016 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, cm_id_priv->tid);
2017 drep_msg->local_comm_id = cm_id_priv->id.local_id;
2018 drep_msg->remote_comm_id = cm_id_priv->id.remote_id;
2021 memcpy(drep_msg->private_data, private_data, private_data_len);
2076 struct cm_drep_msg *drep_msg; local
2084 drep_msg = (struct cm_drep_msg *) msg->mad;
2086 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, dreq_msg->hdr.tid);
2087 drep_msg->remote_comm_id = dreq_msg->local_comm_id;
2088 drep_msg
2170 struct cm_drep_msg *drep_msg; local
[all...]

Completed in 62 milliseconds