Searched refs:total_bw (Results 1 – 6 of 6) sorted by relevance
422 uint32_t total_bw = 0; in link_dpia_validate_dp_tunnel_bandwidth() local429 total_bw = router_sets[i].estimated_bw; in link_dpia_validate_dp_tunnel_bandwidth()431 total_bw = router_sets[i].allocated_bw + router_sets[i].remaining_bw; in link_dpia_validate_dp_tunnel_bandwidth()433 if (router_sets[i].required_bw > total_bw) { in link_dpia_validate_dp_tunnel_bandwidth()
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()
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() argument895 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()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()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 …]
Completed in 37 milliseconds