Lines Matching defs:remote_id

199 	__be32 remote_id;
440 static struct cm_id_private * cm_get_id(__be32 local_id, __be32 remote_id)
447 if (cm_id_priv->id.remote_id == remote_id)
456 static struct cm_id_private * cm_acquire_id(__be32 local_id, __be32 remote_id)
461 cm_id_priv = cm_get_id(local_id, remote_id);
606 __be32 remote_id = timewait_info->work.remote_id;
612 if (be32_lt(remote_id, cur_timewait_info->work.remote_id))
614 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id))
630 __be32 remote_id)
638 if (be32_lt(remote_id, timewait_info->work.remote_id))
640 else if (be32_gt(remote_id, timewait_info->work.remote_id))
689 __be32 remote_id = cm_id_priv->id.remote_id;
695 if (be32_lt(remote_id, cur_cm_id_priv->id.remote_id))
697 else if (be32_gt(remote_id, cur_cm_id_priv->id.remote_id))
1377 mra_msg->remote_comm_id = cm_id_priv->id.remote_id;
1393 rej_msg->remote_comm_id = cm_id_priv->id.remote_id;
1482 timewait_info->work.remote_id);
1565 cm_id_priv->id.remote_id = req_msg->local_comm_id;
1576 cm_id_priv->timewait_info->work.remote_id = req_msg->local_comm_id;
1649 rep_msg->remote_comm_id = cm_id_priv->id.remote_id;
1730 rtu_msg->remote_comm_id = cm_id_priv->id.remote_id;
1880 cm_id_priv->timewait_info->work.remote_id = rep_msg->local_comm_id;
1910 cm_id_priv->id.remote_id = rep_msg->local_comm_id;
1949 cm_id_priv = cm_acquire_id(work->local_id, work->remote_id);
2023 dreq_msg->remote_comm_id = cm_id_priv->id.remote_id;
2087 drep_msg->remote_comm_id = cm_id_priv->id.remote_id;
2360 __be32 remote_id;
2362 remote_id = rej_msg->local_comm_id;
2367 remote_id);
2376 if (cm_id_priv->id.remote_id == remote_id)
2385 cm_id_priv = cm_acquire_id(rej_msg->remote_comm_id, remote_id);
2633 lap_msg->remote_comm_id = cm_id_priv->id.remote_id;
2817 apr_msg->remote_comm_id = cm_id_priv->id.remote_id;
2928 timewait_info->work.remote_id);
3055 cm_id_priv->id.remote_id = sidr_req_msg->request_id;
3100 sidr_rep_msg->request_id = cm_id_priv->id.remote_id;
3392 work->remote_id = cm_id->remote_id;