Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c197 int total_bw = 0; in get_host_router_total_dp_tunnel_bw() local
219 total_bw += link_dpia_primary->dpia_bw_alloc_config.estimated_bw + in get_host_router_total_dp_tunnel_bw()
223 total_bw = link_dpia_primary->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_dp_tunnel_bw()
226 total_bw += link_dpia_secondary->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_dp_tunnel_bw()
232 return total_bw; in get_host_router_total_dp_tunnel_bw()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c164 u32 total_bw = 0, used_port_bw = 0; in sparx5_config_auto_calendar() local
190 total_bw += this_bw; in sparx5_config_auto_calendar()
203 if (total_bw > max_core_bw) { in sparx5_config_auto_calendar()
206 total_bw, max_core_bw); in sparx5_config_auto_calendar()
/openbmc/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()
/openbmc/linux/kernel/sched/
H A Ddeadline.c215 dl_b->total_bw -= tsk_bw; in __dl_sub()
222 dl_b->total_bw += tsk_bw; in __dl_add()
230 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
501 dl_b->total_bw = 0; in init_dl_bw()
2573 rd->dl_bw.total_bw = 0; in dl_clear_root_domain()
2785 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate()
H A Ddebug.c757 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
H A Dsched.h317 u64 total_bw; member
/openbmc/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
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c828 const u16 total_bw, in bnx2x_ets_e3b0_set_cos_bw() argument
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()
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()
1184 total_bw, in bnx2x_ets_e3b0_config()
1285 if ((!total_bw) || in bnx2x_ets_bw_limit()
1293 total_bw; in bnx2x_ets_bw_limit()
[all …]