Searched refs:total_bw (Results 1 – 8 of 8) sorted by relevance
321 total_bw = tc3_bw + tc4_bw322 tc3_percentage = (tc3_bw / total_bw) * 100323 tc4_percentage = (tc4_bw / total_bw) * 100330 'total_bw': total_bw341 ksft_pr(f"Total bandwidth: {bw_data['total_bw']:.2f} Gbits/sec")350 total = bw_data['total_bw']
159 u32 total_bw = 0, used_port_bw = 0; in sparx5_config_auto_calendar() local185 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()
315 u8 num_tc, total_bw = 0; in ice_dcb_bwchk() local332 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()
192 dl_b->total_bw -= tsk_bw; in __dl_sub()199 dl_b->total_bw += tsk_bw; in __dl_add()207 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()513 dl_b->total_bw = 0; in init_dl_bw()3196 rd->dl_bw.total_bw = 0; in dl_clear_root_domain()3416 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate()3748 if (dl_b->total_bw - fair_server_bw > 0) { in dl_bw_manage()
348 u64 total_bw; member
1505 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()
276 unsigned total_bw; member
828 const u16 total_bw, in bnx2x_ets_e3b0_set_cos_bw() argument835 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() argument901 *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() local1162 &total_bw); in bnx2x_ets_e3b0_config()[all …]