Searched refs:min_weight (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_core.c38 common->min_weight = tx_qinfo[ii].weight;
65 ((tx_qinfo[ii].weight > common->min_weight) ?
66 tx_qinfo[ii].weight - common->min_weight : 0);
174 (common->tx_qinfo[ii].weight < common->min_weight)) &&
176 common->min_weight = common->tx_qinfo[ii].weight;
H A Drsi_main.h291 u8 min_weight; member in struct:rsi_common
/linux-master/drivers/acpi/
H A Dacpi_pad.c93 unsigned long min_weight = -1; local
113 if (cpu_weight[cpu] < min_weight) {
114 min_weight = cpu_weight[cpu];
/linux-master/arch/s390/include/asm/
H A Ddiag.h198 __u16 min_weight; member in struct:diag204_x_cpu_info
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c2771 unsigned int total_weight, min_weight, weight; local
2785 min_weight = total_weight / 100;
2786 if (!min_weight)
2787 min_weight = 1;
2818 weight = clamp(weight, min_weight, total_weight);

Completed in 145 milliseconds