Searched refs:alt_path (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.bin/getconf/ |
H A D | progenv.gperf | 24 * The alt_path member gives the path containing another `getconf' 40 struct map { const char *name; const char *alt_path; int valid; }; 52 find_progenv(const char *name, const char **alt_path) 59 *alt_path = rv->alt_path;
|
H A D | getconf.c | 63 const char *name, *vflag, *alt_path; in main() local 97 if ((valid = find_progenv(vflag, &alt_path)) == 0) in main() 100 if (valid > 0 && alt_path != NULL) { in main() 102 execl(alt_path, "getconf", argv[optind], in main() 105 execl(alt_path, "getconf", argv[optind], in main() 108 err(EX_OSERR, "execl: %s", alt_path); in main()
|
H A D | getconf.h | 41 int find_progenv(const char *name, const char **alt_path);
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_cm.c | 1231 struct ib_sa_path_rec *alt_path = param->alternate_path; in cm_format_req() local 1279 if (alt_path) { in cm_format_req() 1280 if (alt_path->hop_limit <= 1) { in cm_format_req() 1281 req_msg->alt_local_lid = alt_path->slid; in cm_format_req() 1282 req_msg->alt_remote_lid = alt_path->dlid; in cm_format_req() 1287 req_msg->alt_local_gid = alt_path->sgid; in cm_format_req() 1288 req_msg->alt_remote_gid = alt_path->dgid; in cm_format_req() 1290 alt_path->flow_label); in cm_format_req() 1291 cm_req_set_alt_packet_rate(req_msg, alt_path->rate); in cm_format_req() 1292 req_msg->alt_traffic_class = alt_path->traffic_class; in cm_format_req() [all …]
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_qp.c | 132 struct mthca_qp_path alt_path; member 473 to_ib_ah_attr(dev, &qp_attr->alt_ah_attr, &context->alt_path); in mthca_query_qp() 475 be32_to_cpu(context->alt_path.port_pkey) & 0x7f; in mthca_query_qp() 495 qp_attr->alt_timeout = context->alt_path.ackto >> 3; in mthca_query_qp() 641 qp_context->alt_path.rnr_retry = qp_context->pri_path.rnr_retry = in __mthca_modify_qp() 686 if (mthca_path_set(dev, &attr->alt_ah_attr, &qp_context->alt_path, in __mthca_modify_qp() 690 qp_context->alt_path.port_pkey |= cpu_to_be32(attr->alt_pkey_index | in __mthca_modify_qp() 692 qp_context->alt_path.ackto = attr->alt_timeout << 3; in __mthca_modify_qp()
|
/freebsd/sys/dev/mlx4/ |
H A D | qp.h | 207 struct mlx4_qp_path alt_path; member
|
/freebsd/sys/dev/mlx5/ |
H A D | qp.h | 520 struct mlx5_qp_path alt_path; 511 struct mlx5_qp_path alt_path; global() member
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_resource_tracker.c | 721 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1; in update_gid() 723 qp_ctx->alt_path.mgid_index += in update_gid() 725 qp_ctx->alt_path.mgid_index &= 0x7f; in update_gid() 727 qp_ctx->alt_path.mgid_index = slave & 0x7F; in update_gid() 3170 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1; in verify_qp_parameters() 3175 if (qp_ctx->alt_path.mgid_index >= num_gids) in verify_qp_parameters() 3733 dev, slave, (qpc->alt_path.sched_queue >> 6 & 1) in adjust_qp_sched_queue() 3737 qpc->alt_path.sched_queue = in adjust_qp_sched_queue() 3738 (qpc->alt_path.sched_queue & ~(1 << 6)) | in adjust_qp_sched_queue()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_qp.c | 1835 &context->alt_path, in __mlx4_ib_modify_qp() 1839 context->alt_path.pkey_index = attr->alt_pkey_index; in __mlx4_ib_modify_qp() 1840 context->alt_path.ackto = attr->alt_timeout << 3; in __mlx4_ib_modify_qp() 3466 to_ib_ah_attr(dev, &qp_attr->alt_ah_attr, &context.alt_path); in mlx4_ib_query_qp() 3467 qp_attr->alt_pkey_index = context.alt_path.pkey_index & 0x7f; in mlx4_ib_query_qp() 3489 qp_attr->alt_timeout = context.alt_path.ackto >> 3; in mlx4_ib_query_qp()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_qp.c | 2802 &context->alt_path, in __mlx5_ib_modify_qp() 4523 to_ib_ah_attr(dev, &qp_attr->alt_ah_attr, &context->alt_path); in query_qp_attr() 4525 be16_to_cpu(context->alt_path.pkey_index); in query_qp_attr() 4544 qp_attr->alt_timeout = context->alt_path.ackto_lt >> 3; in query_qp_attr()
|