primary_path 1276 drivers/infiniband/core/cm.c struct sa_path_rec *pri_path = param->primary_path; primary_path 1299 drivers/infiniband/core/cm.c req_msg->pkey = param->primary_path->pkey; primary_path 1300 drivers/infiniband/core/cm.c cm_req_set_path_mtu(req_msg, param->primary_path->mtu); primary_path 1385 drivers/infiniband/core/cm.c if (!param->primary_path) primary_path 1397 drivers/infiniband/core/cm.c (param->alternate_path->pkey != param->primary_path->pkey || primary_path 1398 drivers/infiniband/core/cm.c param->alternate_path->mtu != param->primary_path->mtu)) primary_path 1433 drivers/infiniband/core/cm.c ret = cm_init_av_by_path(param->primary_path, primary_path 1447 drivers/infiniband/core/cm.c param->primary_path->packet_life_time) * 2 + primary_path 1454 drivers/infiniband/core/cm.c cm_id_priv->path_mtu = param->primary_path->mtu; primary_path 1455 drivers/infiniband/core/cm.c cm_id_priv->pkey = param->primary_path->pkey; primary_path 1548 drivers/infiniband/core/cm.c struct sa_path_rec *primary_path, primary_path 1553 drivers/infiniband/core/cm.c if (primary_path->rec_type != SA_PATH_REC_TYPE_OPA) { primary_path 1554 drivers/infiniband/core/cm.c sa_path_set_dlid(primary_path, primary_path 1556 drivers/infiniband/core/cm.c sa_path_set_slid(primary_path, primary_path 1560 drivers/infiniband/core/cm.c sa_path_set_dlid(primary_path, lid); primary_path 1563 drivers/infiniband/core/cm.c sa_path_set_slid(primary_path, lid); primary_path 1582 drivers/infiniband/core/cm.c struct sa_path_rec *primary_path, primary_path 1585 drivers/infiniband/core/cm.c primary_path->dgid = req_msg->primary_local_gid; primary_path 1586 drivers/infiniband/core/cm.c primary_path->sgid = req_msg->primary_remote_gid; primary_path 1587 drivers/infiniband/core/cm.c primary_path->flow_label = cm_req_get_primary_flow_label(req_msg); primary_path 1588 drivers/infiniband/core/cm.c primary_path->hop_limit = req_msg->primary_hop_limit; primary_path 1589 drivers/infiniband/core/cm.c primary_path->traffic_class = req_msg->primary_traffic_class; primary_path 1590 drivers/infiniband/core/cm.c primary_path->reversible = 1; primary_path 1591 drivers/infiniband/core/cm.c primary_path->pkey = req_msg->pkey; primary_path 1592 drivers/infiniband/core/cm.c primary_path->sl = cm_req_get_primary_sl(req_msg); primary_path 1593 drivers/infiniband/core/cm.c primary_path->mtu_selector = IB_SA_EQ; primary_path 1594 drivers/infiniband/core/cm.c primary_path->mtu = cm_req_get_path_mtu(req_msg); primary_path 1595 drivers/infiniband/core/cm.c primary_path->rate_selector = IB_SA_EQ; primary_path 1596 drivers/infiniband/core/cm.c primary_path->rate = cm_req_get_primary_packet_rate(req_msg); primary_path 1597 drivers/infiniband/core/cm.c primary_path->packet_life_time_selector = IB_SA_EQ; primary_path 1598 drivers/infiniband/core/cm.c primary_path->packet_life_time = primary_path 1600 drivers/infiniband/core/cm.c primary_path->packet_life_time -= (primary_path->packet_life_time > 0); primary_path 1601 drivers/infiniband/core/cm.c primary_path->service_id = req_msg->service_id; primary_path 1602 drivers/infiniband/core/cm.c if (sa_path_is_roce(primary_path)) primary_path 1603 drivers/infiniband/core/cm.c primary_path->roce.route_resolved = false; primary_path 1627 drivers/infiniband/core/cm.c cm_format_path_lid_from_req(req_msg, primary_path, alt_path); primary_path 1689 drivers/infiniband/core/cm.c param->primary_path = &work->path[0]; primary_path 1690 drivers/infiniband/core/cm.c cm_opa_to_ib_sgid(work, param->primary_path); primary_path 1359 drivers/infiniband/core/cma.c ib_event->param.req_rcvd.primary_path); primary_path 1380 drivers/infiniband/core/cma.c memcpy(&req->local_gid, &req_param->primary_path->sgid, primary_path 1383 drivers/infiniband/core/cma.c req->service_id = req_param->primary_path->service_id; primary_path 1384 drivers/infiniband/core/cma.c req->pkey = be16_to_cpu(req_param->primary_path->pkey); primary_path 2012 drivers/infiniband/core/cma.c struct sa_path_rec *path = ib_event->param.req_rcvd.primary_path; primary_path 2014 drivers/infiniband/core/cma.c ib_event->param.req_rcvd.primary_path->service_id; primary_path 3839 drivers/infiniband/core/cma.c req.primary_path = &route->path_rec[0]; primary_path 1094 drivers/infiniband/ulp/ipoib/ipoib_cm.c req.primary_path = pathrec; primary_path 900 drivers/infiniband/ulp/srp/ib_srp.c req->ib_param.primary_path = &ch->ib_cm.path; primary_path 2519 drivers/infiniband/ulp/srpt/ib_srpt.c ¶m->primary_path->dgid.global.interface_id); primary_path 2522 drivers/infiniband/ulp/srpt/ib_srpt.c param->primary_path->pkey, primary_path 1628 include/net/sctp/structs.h struct sctp_transport *primary_path; primary_path 120 include/rdma/ib_cm.h struct sa_path_rec *primary_path; primary_path 380 include/rdma/ib_cm.h struct sa_path_rec *primary_path; primary_path 32 include/trace/events/sctp.h __entry->primary = (sp == asoc->peer.primary_path); primary_path 428 net/sctp/associola.c if (asoc->peer.primary_path != NULL && primary_path 429 net/sctp/associola.c asoc->peer.primary_path != transport) primary_path 432 net/sctp/associola.c asoc->peer.primary_path = transport; primary_path 503 net/sctp/associola.c if (asoc->peer.primary_path == peer) primary_path 712 net/sctp/associola.c if (!asoc->peer.primary_path) { primary_path 1351 net/sctp/associola.c if ((asoc->peer.primary_path->state == SCTP_ACTIVE || primary_path 1352 net/sctp/associola.c asoc->peer.primary_path->state == SCTP_UNKNOWN) && primary_path 1353 net/sctp/associola.c asoc->peer.primary_path != trans_pri) { primary_path 1355 net/sctp/associola.c trans_pri = asoc->peer.primary_path; primary_path 32 net/sctp/diag.c struct timer_list *t3_rtx = &asoc->peer.primary_path->T3_rtx_timer; primary_path 36 net/sctp/diag.c paddr = asoc->peer.primary_path->ipaddr; primary_path 37 net/sctp/diag.c dst = asoc->peer.primary_path->dst; primary_path 1233 net/sctp/outqueue.c struct sctp_transport *primary = asoc->peer.primary_path; primary_path 1485 net/sctp/outqueue.c q->asoc->peer.primary_path->cacc. primary_path 1683 net/sctp/outqueue.c struct sctp_transport *primary = asoc->peer.primary_path; primary_path 88 net/sctp/proc.c peer = asoc->peer.primary_path; primary_path 3506 net/sctp/sm_make_chunk.c sctp_transport_immediate_rtx(asoc->peer.primary_path); primary_path 1299 net/sctp/sm_sideeffect.c BUG_ON(asoc->peer.primary_path == NULL); primary_path 1417 net/sctp/sm_sideeffect.c asoc->peer.primary_path) && primary_path 1730 net/sctp/sm_sideeffect.c asoc->peer.retran_path = asoc->peer.primary_path; primary_path 2497 net/sctp/sm_statefuns.c SCTP_TRANSPORT(asoc->peer.primary_path)); primary_path 5278 net/sctp/socket.c prim = asoc->peer.primary_path; primary_path 5327 net/sctp/socket.c t->asoc->peer.primary_path == t) primary_path 5466 net/sctp/socket.c transport = asoc->peer.primary_path; primary_path 6385 net/sctp/socket.c if (!asoc->peer.primary_path) primary_path 6388 net/sctp/socket.c memcpy(&prim.ssp_addr, &asoc->peer.primary_path->ipaddr, primary_path 6389 net/sctp/socket.c asoc->peer.primary_path->af_specific->sockaddr_len); primary_path 310 net/sctp/transport.c (!asoc->peer.primary_path || transport == asoc->peer.active_path))