Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_dcbnl.c126 if (ets->tc_tx_bw[i] < MLX5E_MAX_BW_ALLOC && in mlx5e_dcbnl_ieee_getets()
143 if (ets->tc_tx_bw[i] < MLX5E_MAX_BW_ALLOC) in mlx5e_dcbnl_ieee_getets()
210 bw_for_ets_zero_bw_tc = MLX5E_MAX_BW_ALLOC / num_ets_zero_bw; in mlx5e_build_tc_tx_bw()
215 tc_tx_bw[i] = MLX5E_MAX_BW_ALLOC; in mlx5e_build_tc_tx_bw()
218 tc_tx_bw[i] = MLX5E_MAX_BW_ALLOC; in mlx5e_build_tc_tx_bw()
231 MLX5E_MAX_BW_ALLOC % num_ets_zero_bw; in mlx5e_build_tc_tx_bw()
1041 ets.tc_tx_bw[i] = MLX5E_MAX_BW_ALLOC; in mlx5e_ets_init()
Den.h247 #define MLX5E_MAX_BW_ALLOC 100 /* Max percentage of BW allocation */ macro