Searched refs:max_weight (Results 1 – 4 of 4) sorted by relevance
327 static const u32 max_weight = BIT(HW_ATL2_TPS_DATA_TCTWEIGHT_WIDTH) - 1; in hw_atl2_hw_init_tx_tc_rate_limit() 363 max_weight) / in hw_atl2_hw_init_tx_path() 365 tc_weight[tc] = min(tc_weight[tc], max_weight); in hw_atl2_hw_init_tx_path() 393 if (!weight && sum_weight < max_weight) in hw_atl2_hw_init_new_rx_filters() 394 weight = (max_weight - sum_weight) / in hw_atl2_hw_init_new_rx_filters() 241 static const u32 max_weight = BIT(HW_ATL2_TPS_DATA_TCTWEIGHT_WIDTH) - 1; hw_atl2_hw_init_tx_tc_rate_limit() local
762 unsigned int max_weight = 0; in objagg_tmp_graph_node_max_weight() local772 if (weight >= max_weight) { in objagg_tmp_graph_node_max_weight()773 max_weight = weight; in objagg_tmp_graph_node_max_weight()
334 static const u32 max_weight = BIT(HW_ATL_TPS_DATA_TCTWEIGHT_WIDTH) - 1; in hw_atl_b0_hw_init_tx_tc_rate_limit() local 367 max_weight) / in hw_atl_b0_hw_init_tx_tc_rate_limit() 369 tc_weight[tc] = min(tc_weight[tc], max_weight); in hw_atl_b0_hw_init_tx_tc_rate_limit() 402 if (!weight && sum_weight < max_weight) in hw_atl_b0_hw_init_tx_tc_rate_limit() 403 weight = (max_weight - sum_weight) / in hw_atl_b0_hw_init_tx_tc_rate_limit()
826 int max_weight; member 845 sched->max_weight = wmax; in perf_sched_init() 973 if (sched->state.weight > sched->max_weight) in perf_sched_next_event()