Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c1305 unsigned int total_weight, min_weight, weight; in xgbe_config_dcb_tc() local
1317 total_weight = pdata->netdev->mtu * pdata->hw_feat.tc_cnt; in xgbe_config_dcb_tc()
1318 min_weight = total_weight / 100; in xgbe_config_dcb_tc()
1330 weight = total_weight * ets->tc_tx_bw[i] / 100; in xgbe_config_dcb_tc()
1331 weight = clamp(weight, min_weight, total_weight); in xgbe_config_dcb_tc()