Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c735 void *ets_tcn_conf; in mlx5_query_port_tc_group() local
742 ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, out, in mlx5_query_port_tc_group()
745 *tc_group = MLX5_GET(ets_tcn_config_reg, ets_tcn_conf, in mlx5_query_port_tc_group()
770 void *ets_tcn_conf; in mlx5_query_port_tc_bw_alloc() local
777 ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, out, in mlx5_query_port_tc_bw_alloc()
780 *bw_pct = MLX5_GET(ets_tcn_config_reg, ets_tcn_conf, in mlx5_query_port_tc_bw_alloc()
792 void *ets_tcn_conf; in mlx5_modify_port_ets_rate_limit() local
798 ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, in, tc_configuration[i]); in mlx5_modify_port_ets_rate_limit()
800 MLX5_SET(ets_tcn_config_reg, ets_tcn_conf, r, 1); in mlx5_modify_port_ets_rate_limit()
801 MLX5_SET(ets_tcn_config_reg, ets_tcn_conf, max_bw_units, in mlx5_modify_port_ets_rate_limit()
[all …]