Searched refs:min_weight (Results 1 – 5 of 5) sorted by relevance
36 common->min_weight = tx_qinfo[ii].weight; in rsi_determine_min_weight_queue()63 ((tx_qinfo[ii].weight > common->min_weight) ? in rsi_recalculate_weights()64 tx_qinfo[ii].weight - common->min_weight : 0); in rsi_recalculate_weights()164 (common->tx_qinfo[ii].weight < common->min_weight)) && in rsi_core_determine_hal_queue()166 common->min_weight = common->tx_qinfo[ii].weight; in rsi_core_determine_hal_queue()
201 u8 min_weight; member
99 unsigned long min_weight = -1; in round_robin_cpu() local118 if (cpu_weight[cpu] < min_weight) { in round_robin_cpu()119 min_weight = cpu_weight[cpu]; in round_robin_cpu()
1305 unsigned int total_weight, min_weight, weight; in xgbe_config_dcb_tc() local1318 min_weight = total_weight / 100; in xgbe_config_dcb_tc()1319 if (!min_weight) in xgbe_config_dcb_tc()1320 min_weight = 1; in xgbe_config_dcb_tc()1331 weight = clamp(weight, min_weight, total_weight); in xgbe_config_dcb_tc()
191 __u16 min_weight; member