Home
last modified time | relevance | path

Searched refs:min_weight (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/rsi/
H A Drsi_91x_core.c38 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()
H A Drsi_main.h291 u8 min_weight; member
/linux/drivers/acpi/
H A Dacpi_pad.c97 unsigned long min_weight = -1; in round_robin_cpu() local
117 if (cpu_weight[cpu] < min_weight) { in round_robin_cpu()
118 min_weight = cpu_weight[cpu]; in round_robin_cpu()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c2771 unsigned int total_weight, min_weight, weight; in xgbe_config_dcb_tc() local
2785 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()