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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcm.c1844 static void cm_format_drep(struct cm_drep_msg *drep_msg, argument
1849 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, cm_id_priv->tid);
1850 drep_msg->local_comm_id = cm_id_priv->id.local_id;
1851 drep_msg->remote_comm_id = cm_id_priv->id.remote_id;
1854 memcpy(drep_msg->private_data, private_data, private_data_len);
1909 struct cm_drep_msg *drep_msg; local
1917 drep_msg = (struct cm_drep_msg *) msg->mad;
1919 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, dreq_msg->hdr.tid);
1920 drep_msg->remote_comm_id = dreq_msg->local_comm_id;
1921 drep_msg
1996 struct cm_drep_msg *drep_msg; local
[all...]

Completed in 52 milliseconds