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

/drivers/infiniband/core/
H A Dcm.c2760 static void cm_format_apr(struct cm_apr_msg *apr_msg, argument
2768 cm_format_mad_hdr(&apr_msg->hdr, CM_APR_ATTR_ID, cm_id_priv->tid);
2769 apr_msg->local_comm_id = cm_id_priv->id.local_id;
2770 apr_msg->remote_comm_id = cm_id_priv->id.remote_id;
2771 apr_msg->ap_status = (u8) status;
2774 apr_msg->info_length = info_length;
2775 memcpy(apr_msg->info, info, info_length);
2779 memcpy(apr_msg->private_data, private_data, private_data_len);
2829 struct cm_apr_msg *apr_msg; local
2832 apr_msg
[all...]

Completed in 41 milliseconds