Searched refs:sl2vl (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_qos.c | 62 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() 395 const ib_slvl_table_t *port_sl2vl = &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() [all …]
|
H A D | osm_qos_parser_l.l | 155 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 D | osm_subnet.c | 869 { "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 }, 879 { "qos_sw0_sl2vl", OPT_OFFSET(qos_sw0_options.sl2vl), opts_parse_charp, NULL, 1 }, 884 { "qos_swe_sl2vl", OPT_OFFSET(qos_swe_options.sl2vl), opts_parse_charp, NULL, 1 }, 889 { "qos_rtr_sl2vl", OPT_OFFSET(qos_rtr_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() [all …]
|
H A D | osm_torus.c | 9358 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 D | mlx4_ib_main.c | 891 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 D | mlx4_ib.h | 573 atomic64_t sl2vl[MLX4_MAX_PORTS]; member
|
H A D | mlx4_ib_mad.c | 320 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 D | mlx4_ib_qp.c | 2417 tmp_vltab.sl64 = atomic64_read(&dev->sl2vl[port_num - 1]); in sl_to_vl()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_subnet.h | 129 char *sl2vl; member
|