/linux/drivers/infiniband/core/ |
H A D | cm.c | 1344 struct sa_path_rec *pri_path = param->primary_path; in cm_format_req() 1371 be16_to_cpu(param->primary_path->pkey)); in cm_format_req() 1373 param->primary_path->mtu); in cm_format_req() 1493 if (!param->primary_path) in cm_validate_req_param() 1505 (param->alternate_path->pkey != param->primary_path->pkey || in cm_validate_req_param() 1506 param->alternate_path->mtu != param->primary_path->mtu)) in cm_validate_req_param() 1543 ret = cm_init_av_by_path(param->primary_path, in ib_send_cm_req() 1557 param->primary_path->packet_life_time) * 2 + in ib_send_cm_req() 1564 cm_id_priv->path_mtu = param->primary_path->mtu; in ib_send_cm_req() 1565 cm_id_priv->pkey = param->primary_path in ib_send_cm_req() 1666 cm_format_path_lid_from_req(struct cm_req_msg * req_msg,struct sa_path_rec * primary_path,struct sa_path_rec * alt_path,struct ib_wc * wc) cm_format_path_lid_from_req() argument 1709 cm_format_paths_from_req(struct cm_req_msg * req_msg,struct sa_path_rec * primary_path,struct sa_path_rec * alt_path,struct ib_wc * wc) cm_format_paths_from_req() argument [all...] |
H A D | cma.c | 1540 ib_event->param.req_rcvd.primary_path); in cma_save_net_info() 1561 memcpy(&req->local_gid, &req_param->primary_path->sgid, in cma_save_req_info() 1564 req->service_id = req_param->primary_path->service_id; in cma_save_req_info() 1565 req->pkey = be16_to_cpu(req_param->primary_path->pkey); in cma_save_req_info() 2273 struct sa_path_rec *path = ib_event->param.req_rcvd.primary_path; in cma_ib_new_conn_id() 2275 ib_event->param.req_rcvd.primary_path->service_id; in cma_ib_new_conn_id() 4375 req.primary_path = &route->path_rec[0]; in cma_connect_ib()
|
/linux/net/sctp/ |
H A D | associola.c | 431 if (asoc->peer.primary_path != NULL && in sctp_assoc_set_primary() 432 asoc->peer.primary_path != transport) in sctp_assoc_set_primary() 435 asoc->peer.primary_path = transport; in sctp_assoc_set_primary() 508 if (asoc->peer.primary_path == peer) in sctp_assoc_rm_peer() 726 if (!asoc->peer.primary_path) { in sctp_assoc_add_peer() 1335 if ((asoc->peer.primary_path->state == SCTP_ACTIVE || in sctp_select_active_and_retran_path() 1336 asoc->peer.primary_path->state == SCTP_UNKNOWN) && in sctp_select_active_and_retran_path() 1337 asoc->peer.primary_path != trans_pri) { in sctp_select_active_and_retran_path() 1339 trans_pri = asoc->peer.primary_path; in sctp_select_active_and_retran_path()
|
H A D | diag.c | 32 struct timer_list *t3_rtx = &asoc->peer.primary_path->T3_rtx_timer; in inet_diag_msg_sctpasoc_fill() 36 paddr = asoc->peer.primary_path->ipaddr; in inet_diag_msg_sctpasoc_fill() 37 dst = asoc->peer.primary_path->dst; in inet_diag_msg_sctpasoc_fill()
|
H A D | sm_sideeffect.c | 611 asoc->peer.primary_path == transport && in sctp_do_8_2_transport_strike() 1322 BUG_ON(asoc->peer.primary_path == NULL); in sctp_cmd_interpreter() 1436 asoc->peer.primary_path) && in sctp_cmd_interpreter() 1754 asoc->peer.retran_path = asoc->peer.primary_path; in sctp_cmd_interpreter()
|
H A D | proc.c | 88 peer = asoc->peer.primary_path; in sctp_seq_dump_local_addrs()
|
H A D | outqueue.c | 1259 struct sctp_transport *primary = asoc->peer.primary_path; in sctp_outq_sack() 1521 q->asoc->peer.primary_path->cacc. in sctp_check_transmitted() 1718 struct sctp_transport *primary = asoc->peer.primary_path; in sctp_mark_missing()
|
H A D | transport.c | 470 (!asoc->peer.primary_path || transport == asoc->peer.active_path)) in sctp_transport_route()
|
H A D | socket.c | 5239 prim = asoc->peer.primary_path; in sctp_get_sctp_info() 5288 t->asoc->peer.primary_path == t) in sctp_transport_get_next() 5442 transport = asoc->peer.primary_path; in sctp_getsockopt_sctp_status() 6369 if (!asoc->peer.primary_path) in sctp_getsockopt_primary_addr() 6372 memcpy(&prim.ssp_addr, &asoc->peer.primary_path->ipaddr, in sctp_getsockopt_primary_addr() 6373 asoc->peer.primary_path->af_specific->sockaddr_len); in sctp_getsockopt_primary_addr()
|
H A D | sm_make_chunk.c | 3538 sctp_transport_immediate_rtx(asoc->peer.primary_path); in sctp_process_asconf_ack()
|
H A D | sm_statefuns.c | 2597 SCTP_TRANSPORT(asoc->peer.primary_path)); in sctp_sf_do_5_2_6_stale()
|
/linux/include/rdma/ |
H A D | ib_cm.h | 93 struct sa_path_rec *primary_path; member 350 struct sa_path_rec *primary_path; member
|
/linux/include/trace/events/ |
H A D | sctp.h | 32 __entry->primary = (sp == asoc->peer.primary_path);
|
/linux/include/net/sctp/ |
H A D | structs.h | 1633 /* primary_path 1648 struct sctp_transport *primary_path; member
|
/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 2596 ¶m->primary_path->dgid.global.interface_id); in srpt_ib_cm_req_recv() 2599 param->primary_path->pkey, in srpt_ib_cm_req_recv()
|
/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 1094 req.primary_path = pathrec; in ipoib_cm_send_req()
|
/linux/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 859 req->ib_param.primary_path = &ch->ib_cm.path; in srp_send_req()
|