Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_qos.h38 #define SPX5_DWRR_COST_MAX 63 macro
H A Dsparx5_qos.c358 return ((((SPX5_DWRR_COST_MAX << 4) * weight_min / weight) + 8) >> 4) - in sparx5_weight_to_hw_cost()