Searched refs:min_weight (Results 1 – 5 of 5) sorted by relevance
38 common->min_weight = tx_qinfo[ii].weight; in rsi_determine_min_weight_queue()65 ((tx_qinfo[ii].weight > common->min_weight) ? in rsi_recalculate_weights()66 tx_qinfo[ii].weight - common->min_weight : 0); in rsi_recalculate_weights()174 (common->tx_qinfo[ii].weight < common->min_weight)) && in rsi_core_determine_hal_queue()176 common->min_weight = common->tx_qinfo[ii].weight; in rsi_core_determine_hal_queue()
291 u8 min_weight; member
97 unsigned long min_weight = -1; in round_robin_cpu() local117 if (cpu_weight[cpu] < min_weight) { in round_robin_cpu()118 min_weight = cpu_weight[cpu]; in round_robin_cpu()
202 __u16 min_weight; member
2771 unsigned int total_weight, min_weight, weight; in xgbe_config_dcb_tc() local2785 min_weight = total_weight / 100; in xgbe_config_dcb_tc()2786 if (!min_weight) in xgbe_config_dcb_tc()2787 min_weight = 1; in xgbe_config_dcb_tc()2818 weight = clamp(weight, min_weight, total_weight); in xgbe_config_dcb_tc()