Searched refs:primary_path (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcm.c898 req_msg->pkey = param->primary_path->pkey;
899 cm_req_set_path_mtu(req_msg, param->primary_path->mtu);
904 req_msg->primary_local_lid = param->primary_path->slid;
905 req_msg->primary_remote_lid = param->primary_path->dlid;
906 req_msg->primary_local_gid = param->primary_path->sgid;
907 req_msg->primary_remote_gid = param->primary_path->dgid;
908 cm_req_set_primary_flow_label(req_msg, param->primary_path->flow_label);
909 cm_req_set_primary_packet_rate(req_msg, param->primary_path->rate);
910 req_msg->primary_traffic_class = param->primary_path->traffic_class;
911 req_msg->primary_hop_limit = param->primary_path
1088 cm_format_paths_from_req(struct cm_req_msg *req_msg, struct ib_sa_path_rec *primary_path, struct ib_sa_path_rec *alt_path) argument
[all...]
H A Ducm.c229 ib_copy_path_rec_to_user(&ureq->primary_path, kreq->primary_path);
755 param.primary_path = NULL;
765 result = ib_ucm_path_get(&param.primary_path, cmd.primary_path);
798 kfree(param.primary_path);
H A Dcma.c1003 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path;
2187 req.primary_path = &route->path_rec[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dassociola.c440 asoc->peer.primary_path = transport;
505 if (asoc->peer.primary_path == peer)
648 if (!asoc->peer.primary_path) {
782 if (((asoc->peer.primary_path->state == SCTP_ACTIVE) ||
783 (asoc->peer.primary_path->state == SCTP_UNKNOWN)) &&
784 first != asoc->peer.primary_path) {
786 first = asoc->peer.primary_path;
793 first = asoc->peer.primary_path;
794 second = asoc->peer.primary_path;
H A Dproc.c157 peer = asoc->peer.primary_path;
H A Doutqueue.c1046 struct sctp_transport *primary = asoc->peer.primary_path;
1330 q->asoc->peer.primary_path->cacc.
1564 struct sctp_transport *primary = q->asoc->peer.primary_path;
H A Dsm_sideeffect.c1191 asoc->peer.primary_path) &&
1489 asoc->peer.retran_path = asoc->peer.primary_path;
H A Dsocket.c3328 transport = asoc->peer.primary_path;
4346 if (!asoc->peer.primary_path)
4349 memcpy(&prim.ssp_addr, &asoc->peer.primary_path->ipaddr,
4350 asoc->peer.primary_path->af_specific->sockaddr_len);
H A Dsm_statefuns.c2156 SCTP_TRANSPORT(asoc->peer.primary_path));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_cm.h116 struct ib_sa_path_rec *primary_path; member in struct:ib_cm_req_event_param
351 struct ib_sa_path_rec *primary_path; member in struct:ib_cm_req_param
H A Dib_user_cm.h139 __u64 primary_path; member in struct:ib_ucm_req
234 struct ib_user_path_rec primary_path; member in struct:ib_ucm_req_event_resp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dstructs.h1405 /* primary_path
1420 struct sctp_transport *primary_path; member in struct:sctp_association::__anon10639
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c827 req.primary_path = pathrec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c305 req->param.primary_path = &target->path;

Completed in 223 milliseconds