Searched refs:weight_min (Results 1 – 1 of 1) sorted by relevance
299 static u32 sparx5_weight_to_hw_cost(u32 weight_min, u32 weight) in sparx5_weight_to_hw_cost() argument301 return ((((SPX5_DWRR_COST_MAX << 4) * weight_min / weight) + 8) >> 4) - in sparx5_weight_to_hw_cost()