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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcm.c2531 static void cm_format_apr(struct cm_apr_msg *apr_msg, argument
2539 cm_format_mad_hdr(&apr_msg->hdr, CM_APR_ATTR_ID, cm_id_priv->tid);
2540 apr_msg->local_comm_id = cm_id_priv->id.local_id;
2541 apr_msg->remote_comm_id = cm_id_priv->id.remote_id;
2542 apr_msg->ap_status = (u8) status;
2545 apr_msg->info_length = info_length;
2546 memcpy(apr_msg->info, info, info_length);
2550 memcpy(apr_msg->private_data, private_data, private_data_len);
2600 struct cm_apr_msg *apr_msg; local
2604 apr_msg
[all...]

Completed in 44 milliseconds