Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/
Dsparx5_qos.c299 static u32 sparx5_weight_to_hw_cost(u32 weight_min, u32 weight) in sparx5_weight_to_hw_cost() argument
301 return ((((SPX5_DWRR_COST_MAX << 4) * weight_min / weight) + 8) >> 4) - in sparx5_weight_to_hw_cost()