Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
HDosm_subnet.c885 { "qos_rtr_max_vls", OPT_OFFSET(qos_rtr_options.max_vls), opts_parse_uint32, NULL, 1 },
886 { "qos_rtr_high_limit", OPT_OFFSET(qos_rtr_options.high_limit), opts_parse_int32, NULL, 1 },
887 { "qos_rtr_vlarb_high", OPT_OFFSET(qos_rtr_options.vlarb_high), opts_parse_charp, NULL, 1 },
888 { "qos_rtr_vlarb_low", OPT_OFFSET(qos_rtr_options.vlarb_low), opts_parse_charp, NULL, 1 },
889 { "qos_rtr_sl2vl", OPT_OFFSET(qos_rtr_options.sl2vl), opts_parse_charp, NULL, 1 },
1116 subn_destroy_qos_options(&p_opt->qos_rtr_options); in subn_opt_destroy()
1662 subn_init_qos_options(&p_opt->qos_rtr_options, NULL); in osm_subn_set_default_opt()
2114 subn_verify_qos_set(&p_opts->qos_rtr_options, "qos_rtr"); in osm_subn_verify_config()
2262 subn_init_qos_options(&p_opts->qos_rtr_options, in osm_subn_rescan_conf_files()
2263 &p_opts->file_opts->qos_rtr_options); in osm_subn_rescan_conf_files()
[all …]
HDosm_qos.c469 qos_build_config(&rtr_config, &p_osm->subn.opt.qos_rtr_options, in osm_qos_setup()
HDosm_torus.c9540 check_qos_ep_config(&opt->qos_rtr_options, in torus_build_lfts()
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
HDosm_subnet.h341 osm_qos_options_t qos_rtr_options; member