• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/

Lines Matching refs:remote_id

187 	__be32 remote_id;
408 static struct cm_id_private * cm_get_id(__be32 local_id, __be32 remote_id)
415 if (cm_id_priv->id.remote_id == remote_id)
424 static struct cm_id_private * cm_acquire_id(__be32 local_id, __be32 remote_id)
429 cm_id_priv = cm_get_id(local_id, remote_id);
574 __be32 remote_id = timewait_info->work.remote_id;
580 if (be32_lt(remote_id, cur_timewait_info->work.remote_id))
582 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id))
598 __be32 remote_id)
606 if (be32_lt(remote_id, timewait_info->work.remote_id))
608 else if (be32_gt(remote_id, timewait_info->work.remote_id))
657 __be32 remote_id = cm_id_priv->id.remote_id;
663 if (be32_lt(remote_id, cur_cm_id_priv->id.remote_id))
665 else if (be32_gt(remote_id, cur_cm_id_priv->id.remote_id))
1335 mra_msg->remote_comm_id = cm_id_priv->id.remote_id;
1351 rej_msg->remote_comm_id = cm_id_priv->id.remote_id;
1440 timewait_info->work.remote_id);
1518 cm_id_priv->id.remote_id = req_msg->local_comm_id;
1528 cm_id_priv->timewait_info->work.remote_id = req_msg->local_comm_id;
1597 rep_msg->remote_comm_id = cm_id_priv->id.remote_id;
1671 rtu_msg->remote_comm_id = cm_id_priv->id.remote_id;
1818 cm_id_priv->timewait_info->work.remote_id = rep_msg->local_comm_id;
1846 cm_id_priv->id.remote_id = rep_msg->local_comm_id;
1885 cm_id_priv = cm_acquire_id(work->local_id, work->remote_id);
1959 dreq_msg->remote_comm_id = cm_id_priv->id.remote_id;
2018 drep_msg->remote_comm_id = cm_id_priv->id.remote_id;
2283 __be32 remote_id;
2285 remote_id = rej_msg->local_comm_id;
2290 remote_id);
2299 if (cm_id_priv->id.remote_id == remote_id)
2308 cm_id_priv = cm_acquire_id(rej_msg->remote_comm_id, remote_id);
2544 lap_msg->remote_comm_id = cm_id_priv->id.remote_id;
2727 apr_msg->remote_comm_id = cm_id_priv->id.remote_id;
2838 timewait_info->work.remote_id);
2964 cm_id_priv->id.remote_id = sidr_req_msg->request_id;
3008 sidr_rep_msg->request_id = cm_id_priv->id.remote_id;
3298 work->remote_id = cm_id->remote_id;