Searched refs:apr_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.c2717 static void cm_format_apr(struct cm_apr_msg *apr_msg, argument
2725 cm_format_mad_hdr(&apr_msg->hdr, CM_APR_ATTR_ID, cm_id_priv->tid);
2726 apr_msg->local_comm_id = cm_id_priv->id.local_id;
2727 apr_msg->remote_comm_id = cm_id_priv->id.remote_id;
2728 apr_msg->ap_status = (u8) status;
2731 apr_msg->info_length = info_length;
2732 memcpy(apr_msg->info, info, info_length);
2736 memcpy(apr_msg->private_data, private_data, private_data_len);
2786 struct cm_apr_msg *apr_msg; local
2789 apr_msg
[all...]

Completed in 57 milliseconds