Home
last modified time | relevance | path

Searched refs:qos_swe_options (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/opensm/
HDosm_subnet.c880 { "qos_swe_max_vls", OPT_OFFSET(qos_swe_options.max_vls), opts_parse_uint32, NULL, 1 },
881 { "qos_swe_high_limit", OPT_OFFSET(qos_swe_options.high_limit), opts_parse_int32, NULL, 1 },
882 { "qos_swe_vlarb_high", OPT_OFFSET(qos_swe_options.vlarb_high), opts_parse_charp, NULL, 1 },
883 { "qos_swe_vlarb_low", OPT_OFFSET(qos_swe_options.vlarb_low), opts_parse_charp, NULL, 1 },
884 { "qos_swe_sl2vl", OPT_OFFSET(qos_swe_options.sl2vl), opts_parse_charp, NULL, 1 },
1115 subn_destroy_qos_options(&p_opt->qos_swe_options); in subn_opt_destroy()
1661 subn_init_qos_options(&p_opt->qos_swe_options, NULL); in osm_subn_set_default_opt()
2113 subn_verify_qos_set(&p_opts->qos_swe_options, "qos_swe"); in osm_subn_verify_config()
2260 subn_init_qos_options(&p_opts->qos_swe_options, in osm_subn_rescan_conf_files()
2261 &p_opts->file_opts->qos_swe_options); in osm_subn_rescan_conf_files()
[all …]
HDosm_qos.c467 qos_build_config(&swe_config, &p_osm->subn.opt.qos_swe_options, in osm_qos_setup()
HDosm_torus.c9533 check_qos_swe_config(&opt->qos_swe_options, &opt->qos_options, in torus_build_lfts()
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
HDosm_subnet.h340 osm_qos_options_t qos_swe_options; member