Searched refs:qos_options (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_qos.c | 464 &p_osm->subn.opt.qos_options); in osm_qos_setup() 466 &p_osm->subn.opt.qos_options); in osm_qos_setup() 468 &p_osm->subn.opt.qos_options); in osm_qos_setup() 470 &p_osm->subn.opt.qos_options); in osm_qos_setup()
|
H A D | osm_subnet.c | 865 { "qos_max_vls", OPT_OFFSET(qos_options.max_vls), opts_parse_uint32, NULL, 1 }, 866 { "qos_high_limit", OPT_OFFSET(qos_options.high_limit), opts_parse_int32, NULL, 1 }, 867 { "qos_vlarb_high", OPT_OFFSET(qos_options.vlarb_high), opts_parse_charp, NULL, 1 }, 868 { "qos_vlarb_low", OPT_OFFSET(qos_options.vlarb_low), opts_parse_charp, NULL, 1 }, 869 { "qos_sl2vl", OPT_OFFSET(qos_options.sl2vl), opts_parse_charp, NULL, 1 }, 1112 subn_destroy_qos_options(&p_opt->qos_options); in subn_opt_destroy() 1658 subn_init_qos_options(&p_opt->qos_options, NULL); in osm_subn_set_default_opt() 2110 subn_verify_qos_set(&p_opts->qos_options, "qos"); in osm_subn_verify_config() 2254 subn_init_qos_options(&p_opts->qos_options, in osm_subn_rescan_conf_files() 2255 &p_opts->file_opts->qos_options); in osm_subn_rescan_conf_files() [all …]
|
H A D | osm_torus.c | 9533 check_qos_swe_config(&opt->qos_swe_options, &opt->qos_options, in torus_build_lfts() 9537 &opt->qos_options, "qos_ca", log); in torus_build_lfts() 9539 &opt->qos_options, "qos_sw0", log); in torus_build_lfts() 9541 &opt->qos_options, "qos_rtr", log); in torus_build_lfts()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_subnet.h | 337 osm_qos_options_t qos_options; member
|