Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_rate_tc_bw.py336 total_bw = tc3_bw + tc4_bw
337 tc3_percentage = (tc3_bw / total_bw) * 100
338 tc4_percentage = (tc4_bw / total_bw) * 100
345 'total_bw': total_bw
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c423 uint32_t total_bw = 0; in link_dpia_validate_dp_tunnel_bandwidth() local
430 total_bw = router_sets[i].estimated_bw; in link_dpia_validate_dp_tunnel_bandwidth()
432 total_bw = router_sets[i].allocated_bw + router_sets[i].remaining_bw; in link_dpia_validate_dp_tunnel_bandwidth()
434 if (router_sets[i].required_bw > total_bw) { in link_dpia_validate_dp_tunnel_bandwidth()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c159 u32 total_bw = 0, used_port_bw = 0; in sparx5_config_auto_calendar() local
185 total_bw += this_bw; in sparx5_config_auto_calendar()
198 if (total_bw > max_core_bw) { in sparx5_config_auto_calendar()
201 total_bw, max_core_bw); in sparx5_config_auto_calendar()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb_lib.c315 u8 num_tc, total_bw = 0; in ice_dcb_bwchk() local
332 total_bw += etscfg->tcbwtable[i]; in ice_dcb_bwchk()
334 if (!total_bw) { in ice_dcb_bwchk()
336 } else if (total_bw != ICE_TC_MAX_BW) { in ice_dcb_bwchk()
/linux/kernel/sched/
H A Ddeadline.c201 dl_b->total_bw -= tsk_bw; in __dl_sub()
208 dl_b->total_bw += tsk_bw; in __dl_add()
216 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
522 dl_b->total_bw = 0; in init_dl_bw()
2944 rd->dl_bw.total_bw = 0; in dl_clear_root_domain()
3160 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate()
3492 if (dl_b->total_bw - fair_server_bw > 0) { in dl_bw_manage()
H A Ddebug.c917 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
H A Dsched.h348 u64 total_bw; member
/linux/drivers/atm/
H A Dhe.c1505 he_dev->total_bw = 0; in he_start()
2196 if ((he_dev->total_bw + pcr_goal) in he_open()
2217 he_dev->total_bw += pcr_goal; in he_open()
2473 he_dev->total_bw -= he_dev->cs_stper[reg].pcr; in he_close()
2777 he_dev->total_bw, he_dev->atm_dev->link_rate * 10 / 9); in he_proc_read()
H A Dhe.h276 unsigned total_bw; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c828 const u16 total_bw, in bnx2x_ets_e3b0_set_cos_bw() argument
835 const u32 cos_bw_nig = ((bw ? bw : 1) * min_w_val_nig) / total_bw; in bnx2x_ets_e3b0_set_cos_bw()
836 const u32 cos_bw_pbf = ((bw ? bw : 1) * min_w_val_pbf) / total_bw; in bnx2x_ets_e3b0_set_cos_bw()
895 u16 *total_bw) in bnx2x_ets_e3b0_get_total_bw() argument
901 *total_bw = 0 ; in bnx2x_ets_e3b0_get_total_bw()
915 *total_bw += in bnx2x_ets_e3b0_get_total_bw()
921 if ((is_bw_cos_exist == 1) && (*total_bw != 100)) { in bnx2x_ets_e3b0_get_total_bw()
922 if (*total_bw == 0) { in bnx2x_ets_e3b0_get_total_bw()
1135 u16 total_bw = 0; in bnx2x_ets_e3b0_config() local
1162 &total_bw); in bnx2x_ets_e3b0_config()
[all …]