Searched refs:alt_path (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.bin/getconf/
H A Dgetconf.h42 int find_progenv(const char *name, const char **alt_path);
H A Dgetconf.c61 const char *name, *vflag, *alt_path; local
80 if ((valid = find_progenv(vflag, &alt_path)) == 0)
83 if (valid > 0 && alt_path != NULL) {
85 execl(alt_path, "getconf", argv[optind],
88 execl(alt_path, "getconf", argv[optind],
91 err(EX_OSERR, "execl: %s", alt_path);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dcm.c1012 struct ib_sa_path_rec *alt_path = param->alternate_path; local
1069 if (alt_path) {
1070 if (alt_path->hop_limit <= 1) {
1071 req_msg->alt_local_lid = alt_path->slid;
1072 req_msg->alt_remote_lid = alt_path->dlid;
1077 req_msg->alt_local_gid = alt_path->sgid;
1078 req_msg->alt_remote_gid = alt_path->dgid;
1080 alt_path->flow_label);
1081 cm_req_set_alt_packet_rate(req_msg, alt_path->rate);
1082 req_msg->alt_traffic_class = alt_path
1251 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...]
/freebsd-9.3-release/sys/ofed/include/linux/mlx4/
H A Dqp.h131 struct mlx4_qp_path alt_path; member in struct:mlx4_qp_context
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c131 struct mthca_qp_path alt_path; member in struct:mthca_qp_context
479 to_ib_ah_attr(dev, &qp_attr->alt_ah_attr, &context->alt_path);
481 be32_to_cpu(context->alt_path.port_pkey) & 0x7f;
501 qp_attr->alt_timeout = context->alt_path.ackto >> 3;
644 qp_context->alt_path.rnr_retry = qp_context->pri_path.rnr_retry =
689 if (mthca_path_set(dev, &attr->alt_ah_attr, &qp_context->alt_path,
693 qp_context->alt_path.port_pkey |= cpu_to_be32(attr->alt_pkey_index |
695 qp_context->alt_path.ackto = attr->alt_timeout << 3;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c1196 if (mlx4_set_path(dev, &attr->alt_ah_attr, &context->alt_path,
1203 context->alt_path.pkey_index = attr->alt_pkey_index;
1204 context->alt_path.ackto = attr->alt_timeout << 3;
2413 to_ib_ah_attr(dev, &qp_attr->alt_ah_attr, &context.alt_path);
2414 qp_attr->alt_pkey_index = context.alt_path.pkey_index & 0x7f;
2436 qp_attr->alt_timeout = context.alt_path.ackto >> 3;
2620 &context.alt_path);
2621 qp_attr->alt_pkey_index = context.alt_path.pkey_index & 0x7f;
2644 qp_attr->alt_timeout = context.alt_path.ackto >> 3;

Completed in 201 milliseconds