Home
last modified time | relevance | path

Searched refs:sl2vl (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos.c62 ib_slvl_table_t sl2vl; member
359 &qcfg->sl2vl, port_mad_list)) in qos_extports_setup()
377 force_update, &qcfg->sl2vl, in qos_extports_setup()
420 const ib_slvl_table_t *port_sl2vl = &qcfg->sl2vl; in qos_endport_setup()
510 !memcmp(&swe_config.sl2vl, &sw0_config.sl2vl, in osm_qos_setup()
511 sizeof(swe_config.sl2vl))) in osm_qos_setup()
650 p = opt->sl2vl ? opt->sl2vl : dflt->sl2vl; in qos_build_config()
651 if (opt->sl2vl) in qos_build_config()
652 p = opt->sl2vl; in qos_build_config()
654 if (dflt->sl2vl) in qos_build_config()
[all …]
H A Dosm_qos_parser_l.l155 SL2VL_TABLES_START sl2vl\-tables
156 SL2VL_TABLES_END end\-sl2vl\-tables
157 SL2VL_SCOPE_START sl2vl\-scope
158 SL2VL_SCOPE_END end\-sl2vl\-scope
163 SL2VL_TABLE sl2vl\-table
H A Dosm_subnet.c869 { "qos_sl2vl", OPT_OFFSET(qos_options.sl2vl), opts_parse_charp, NULL, 1 },
874 { "qos_ca_sl2vl", OPT_OFFSET(qos_ca_options.sl2vl), opts_parse_charp, NULL, 1 },
1080 free(opt->sl2vl); in subn_destroy_qos_options()
1523 if (opt->sl2vl) in subn_init_qos_options()
1524 free(opt->sl2vl); in subn_init_qos_options()
1525 opt->sl2vl = NULL; in subn_init_qos_options()
1703 prefix, opt->vlarb_low, prefix, opt->sl2vl); in subn_dump_qos_options()
1975 static void subn_verify_sl2vl(char **sl2vl, const char *prefix) in subn_verify_sl2vl() argument
1980 if (*sl2vl == NULL) in subn_verify_sl2vl()
1983 str = strdup(*sl2vl); in subn_verify_sl2vl()
[all …]
H A Dosm_torus.c9358 if (opt->sl2vl) in check_qos_swe_config()
9441 if (opt->sl2vl) in check_qos_ep_config()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c891 u64 sl2vl; in mlx4_init_sl2vl_tbl() local
898 err = mlx4_ib_query_sl2vl(&mdev->ib_dev, i, &sl2vl); in mlx4_init_sl2vl_tbl()
902 sl2vl = 0; in mlx4_init_sl2vl_tbl()
904 atomic64_set(&mdev->sl2vl[i - 1], sl2vl); in mlx4_init_sl2vl_tbl()
3043 u64 sl2vl; in mlx4_ib_sl2vl_update() local
3046 err = mlx4_ib_query_sl2vl(&mdev->ib_dev, port, &sl2vl); in mlx4_ib_sl2vl_update()
3050 sl2vl = 0; in mlx4_ib_sl2vl_update()
3052 atomic64_set(&mdev->sl2vl[port - 1], sl2vl); in mlx4_ib_sl2vl_update()
H A Dmlx4_ib.h573 atomic64_t sl2vl[MLX4_MAX_PORTS]; member
H A Dmlx4_ib_mad.c320 atomic64_set(&dev->sl2vl[port_num - 1], sl2vl64.sl64); in smp_snoop()
1239 atomic64_set(&dev->sl2vl[port - 1], sl2vl64.sl64); in handle_port_mgmt_change_event()
H A Dmlx4_ib_qp.c2417 tmp_vltab.sl64 = atomic64_read(&dev->sl2vl[port_num - 1]); in sl_to_vl()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h129 char *sl2vl; member