Lines Matching defs:remote_id

248 	__be32 remote_id;
573 static struct cm_id_private * cm_get_id(__be32 local_id, __be32 remote_id)
580 if (cm_id_priv->id.remote_id == remote_id)
589 static struct cm_id_private * cm_acquire_id(__be32 local_id, __be32 remote_id)
594 cm_id_priv = cm_get_id(local_id, remote_id);
692 __be32 remote_id = timewait_info->work.remote_id;
698 if (be32_lt(remote_id, cur_timewait_info->work.remote_id))
700 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id))
716 __be32 remote_id)
724 if (be32_lt(remote_id, timewait_info->work.remote_id))
726 else if (be32_gt(remote_id, timewait_info->work.remote_id))
775 __be32 remote_id = cm_id_priv->id.remote_id;
781 if (be32_lt(remote_id, cur_cm_id_priv->id.remote_id))
783 else if (be32_gt(remote_id, cur_cm_id_priv->id.remote_id))
1584 mra_msg->remote_comm_id = cm_id_priv->id.remote_id;
1600 rej_msg->remote_comm_id = cm_id_priv->id.remote_id;
1690 timewait_info->work.remote_id);
1704 timewait_info->work.remote_id);
1782 cm_id_priv->id.remote_id = req_msg->local_comm_id;
1794 cm_id_priv->timewait_info->work.remote_id = req_msg->local_comm_id;
1889 rep_msg->remote_comm_id = cm_id_priv->id.remote_id;
1969 rtu_msg->remote_comm_id = cm_id_priv->id.remote_id;
2119 cm_id_priv->timewait_info->work.remote_id = rep_msg->local_comm_id;
2138 timewait_info->work.remote_id);
2157 cm_id_priv->id.remote_id = rep_msg->local_comm_id;
2196 cm_id_priv = cm_acquire_id(work->local_id, work->remote_id);
2270 dreq_msg->remote_comm_id = cm_id_priv->id.remote_id;
2333 drep_msg->remote_comm_id = cm_id_priv->id.remote_id;
2604 __be32 remote_id;
2606 remote_id = rej_msg->local_comm_id;
2611 remote_id);
2620 if (cm_id_priv->id.remote_id == remote_id)
2629 cm_id_priv = cm_acquire_id(rej_msg->remote_comm_id, remote_id);
2874 lap_msg->remote_comm_id = cm_id_priv->id.remote_id;
3072 apr_msg->remote_comm_id = cm_id_priv->id.remote_id;
3190 timewait_info->work.remote_id);
3323 cm_id_priv->id.remote_id = sidr_req_msg->request_id;
3367 sidr_rep_msg->request_id = cm_id_priv->id.remote_id;
3665 work->remote_id = cm_id->remote_id;