Home
last modified time | relevance | path

Searched refs:max_vls (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos.c58 uint8_t max_vls; member
600 if (opt->max_vls > 0) in qos_build_config()
601 cfg->max_vls = opt->max_vls; in qos_build_config()
603 if (dflt->max_vls > 0) in qos_build_config()
604 cfg->max_vls = dflt->max_vls; in qos_build_config()
606 cfg->max_vls = OSM_DEFAULT_QOS_MAX_VLS; in qos_build_config()
H A Dosm_subnet.c865 { "qos_max_vls", OPT_OFFSET(qos_options.max_vls), opts_parse_uint32, NULL, 1 },
870 { "qos_ca_max_vls", OPT_OFFSET(qos_ca_options.max_vls), opts_parse_uint32, NULL, 1 },
875 { "qos_sw0_max_vls", OPT_OFFSET(qos_sw0_options.max_vls), opts_parse_uint32, NULL, 1 },
1515 opt->max_vls = 0; in subn_init_qos_options()
1700 prefix, opt->max_vls, in subn_dump_qos_options()
1886 static void subn_verify_max_vls(unsigned *max_vls, const char *prefix) in subn_verify_max_vls() argument
1888 if (!*max_vls || *max_vls > 15) { in subn_verify_max_vls()
1889 if (*max_vls) in subn_verify_max_vls()
1892 prefix, *max_vls, OSM_DEFAULT_QOS_MAX_VLS); in subn_verify_max_vls()
1893 *max_vls = 0; in subn_verify_max_vls()
[all …]
H A Dosm_torus.c9320 unsigned max_vls; in check_qos_swe_config() local
9322 max_vls = def->max_vls; in check_qos_swe_config()
9323 if (opt->max_vls > 0) in check_qos_swe_config()
9324 max_vls = opt->max_vls; in check_qos_swe_config()
9326 if (max_vls > 0 && max_vls < 8) in check_qos_swe_config()
9330 (opt->max_vls > 0 ? "qos_swe" : "qos"), opt->max_vls); in check_qos_swe_config()
9401 unsigned max_vls; in check_qos_ep_config() local
9403 max_vls = def->max_vls; in check_qos_ep_config()
9405 max_vls = opt->max_vls; in check_qos_ep_config()
9407 if (max_vls > 0 && max_vls < 2) in check_qos_ep_config()
[all …]
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h125 unsigned max_vls; member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h9540 uint16_t max_vls; member