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

/linux-master/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 &&
153 if (ets->tc_tx_bw[i] < MLX5E_MAX_BW_ALLOC)
220 bw_for_ets_zero_bw_tc = MLX5E_MAX_BW_ALLOC / num_ets_zero_bw;
225 tc_tx_bw[i] = MLX5E_MAX_BW_ALLOC;
228 tc_tx_bw[i] = MLX5E_MAX_BW_ALLOC;
241 MLX5E_MAX_BW_ALLOC % num_ets_zero_bw;
1061 ets.tc_tx_bw[i] = MLX5E_MAX_BW_ALLOC;

Completed in 267 milliseconds