Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c38 #define MLX5E_MAX_BW_ALLOC 100 /* Max percentage of BW allocation */ macro
136 if (ets->tc_tx_bw[i] < MLX5E_MAX_BW_ALLOC && in mlx5e_dcbnl_ieee_getets()
153 if (ets->tc_tx_bw[i] < MLX5E_MAX_BW_ALLOC) in mlx5e_dcbnl_ieee_getets()
220 bw_for_ets_zero_bw_tc = MLX5E_MAX_BW_ALLOC / num_ets_zero_bw; in mlx5e_build_tc_tx_bw()
225 tc_tx_bw[i] = MLX5E_MAX_BW_ALLOC; in mlx5e_build_tc_tx_bw()
228 tc_tx_bw[i] = MLX5E_MAX_BW_ALLOC; in mlx5e_build_tc_tx_bw()
241 MLX5E_MAX_BW_ALLOC % num_ets_zero_bw; in mlx5e_build_tc_tx_bw()
1061 ets.tc_tx_bw[i] = MLX5E_MAX_BW_ALLOC; in mlx5e_ets_init()