Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c875 { "qos_sw0_max_vls", OPT_OFFSET(qos_sw0_options.max_vls), opts_parse_uint32, NULL, 1 },
876 { "qos_sw0_high_limit", OPT_OFFSET(qos_sw0_options.high_limit), opts_parse_int32, NULL, 1 },
877 { "qos_sw0_vlarb_high", OPT_OFFSET(qos_sw0_options.vlarb_high), opts_parse_charp, NULL, 1 },
878 { "qos_sw0_vlarb_low", OPT_OFFSET(qos_sw0_options.vlarb_low), opts_parse_charp, NULL, 1 },
879 { "qos_sw0_sl2vl", OPT_OFFSET(qos_sw0_options.sl2vl), opts_parse_charp, NULL, 1 },
1114 subn_destroy_qos_options(&p_opt->qos_sw0_options); in subn_opt_destroy()
1660 subn_init_qos_options(&p_opt->qos_sw0_options, NULL); in osm_subn_set_default_opt()
2112 subn_verify_qos_set(&p_opts->qos_sw0_options, "qos_sw0"); in osm_subn_verify_config()
2258 subn_init_qos_options(&p_opts->qos_sw0_options, in osm_subn_rescan_conf_files()
2259 &p_opts->file_opts->qos_sw0_options); in osm_subn_rescan_conf_files()
[all …]
H A Dosm_qos.c465 qos_build_config(&sw0_config, &p_osm->subn.opt.qos_sw0_options, in osm_qos_setup()
H A Dosm_torus.c9538 check_qos_ep_config(&opt->qos_sw0_options, in torus_build_lfts()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h339 osm_qos_options_t qos_sw0_options; member