Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
HDosm_subnet.c870 { "qos_ca_max_vls", OPT_OFFSET(qos_ca_options.max_vls), opts_parse_uint32, NULL, 1 },
871 { "qos_ca_high_limit", OPT_OFFSET(qos_ca_options.high_limit), opts_parse_int32, NULL, 1 },
872 { "qos_ca_vlarb_high", OPT_OFFSET(qos_ca_options.vlarb_high), opts_parse_charp, NULL, 1 },
873 { "qos_ca_vlarb_low", OPT_OFFSET(qos_ca_options.vlarb_low), opts_parse_charp, NULL, 1 },
874 { "qos_ca_sl2vl", OPT_OFFSET(qos_ca_options.sl2vl), opts_parse_charp, NULL, 1 },
1113 subn_destroy_qos_options(&p_opt->qos_ca_options); in subn_opt_destroy()
1659 subn_init_qos_options(&p_opt->qos_ca_options, NULL); in osm_subn_set_default_opt()
2111 subn_verify_qos_set(&p_opts->qos_ca_options, "qos_ca"); in osm_subn_verify_config()
2256 subn_init_qos_options(&p_opts->qos_ca_options, in osm_subn_rescan_conf_files()
2257 &p_opts->file_opts->qos_ca_options); in osm_subn_rescan_conf_files()
[all …]
HDosm_qos.c463 qos_build_config(&ca_config, &p_osm->subn.opt.qos_ca_options, in osm_qos_setup()
HDosm_torus.c9536 check_qos_ep_config(&opt->qos_ca_options, in torus_build_lfts()
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
HDosm_subnet.h338 osm_qos_options_t qos_ca_options; member