Searched refs:total_ets_bw (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_dcb.c133 u32 total_ets_bw = 0; local
164 total_ets_bw += ets->tc_tx_bw[i];
172 if (has_ets_tc && total_ets_bw != BW_PERCENT)
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c474 int total_ets_bw = 0; local
495 total_ets_bw += ets->tc_tx_bw[i];
502 if (total_ets_bw > 100) {
506 if (zero && total_ets_bw == 100) {
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c308 int total_ets_bw = 0; local
324 total_ets_bw += ets->tc_tx_bw[i];
333 if (has_ets_tc && total_ets_bw != MLX4_EN_BW_MAX) {
335 total_ets_bw);

Completed in 144 milliseconds