Searched refs:rate1 (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/net/mptcp/ |
| A D | simult_flows.sh | 215 local rate1=$1 233 tc -n $ns1 qdisc add dev ns1eth1 root netem rate ${rate1}mbit $delay1 235 tc -n $ns2 qdisc add dev ns2eth1 root netem rate ${rate1}mbit $delay1 240 local time=$((size * 8 * 1000 * 10 / (( $rate1 + $rate2) * 1024 *1024 * 9) ))
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| A D | phy_cmn.c | 1649 int rate_start_index = 0, rate1, rate2, k; in wlc_phy_txpower_reg_limit_calc() local 1653 pi->txpwr_limit[rate1] = txpwr->cck[rate2]; in wlc_phy_txpower_reg_limit_calc() 1700 for (rate1 = rate_start_index, rate2 = 0; in wlc_phy_txpower_reg_limit_calc() 1702 pi->txpwr_limit[rate1] = in wlc_phy_txpower_reg_limit_calc() 1744 for (rate1 = rate_start_index, rate2 = 0; in wlc_phy_txpower_reg_limit_calc() 1746 rate1++, rate2++) in wlc_phy_txpower_reg_limit_calc() 1747 pi->txpwr_limit[rate1] = in wlc_phy_txpower_reg_limit_calc() 1765 for (rate1 = rate_start_index, rate2 = 0; in wlc_phy_txpower_reg_limit_calc() 1767 rate1++, rate2++) in wlc_phy_txpower_reg_limit_calc() 1784 for (rate1 = rate_start_index, rate2 = 0; in wlc_phy_txpower_reg_limit_calc() [all …]
|
| A D | phy_n.c | 27880 u8 rate1, rate2; in wlc_phy_ofdm_to_mcs_powers_nphy() local 27883 for (rate1 = rate_mcs_start; rate1 <= rate_mcs_end - 1; rate1++) { in wlc_phy_ofdm_to_mcs_powers_nphy() 27884 power[rate1] = power[rate2]; in wlc_phy_ofdm_to_mcs_powers_nphy() 27894 u8 rate1, rate2; in wlc_phy_mcs_to_ofdm_powers_nphy() local 27897 rate1 <= rate_ofdm_end; rate1++, rate2++) { in wlc_phy_mcs_to_ofdm_powers_nphy() 27898 power[rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy() 27899 if (rate1 == rate_ofdm_start) in wlc_phy_mcs_to_ofdm_powers_nphy() 27900 power[++rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy() 27906 uint rate1, rate2, band_num; in wlc_phy_txpwr_apply_nphy() local 28081 rate1++, rate2++) in wlc_phy_txpwr_apply_nphy() [all …]
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | join.c | 146 static int mwifiex_get_common_rates(struct mwifiex_private *priv, u8 *rate1, in mwifiex_get_common_rates() argument 150 u8 *ptr = rate1, *tmp; in mwifiex_get_common_rates() 153 tmp = kmemdup(rate1, rate1_size, GFP_KERNEL); in mwifiex_get_common_rates() 159 memset(rate1, 0, rate1_size); in mwifiex_get_common_rates() 166 *rate1++ = tmp[j]; in mwifiex_get_common_rates()
|
| /linux/drivers/clk/ |
| A D | clk-stm32h7.c | 750 u64 rate, rate1 = 0; in pll_fd_recalc_rate() local 768 rate1 = (u64)parent_rate * (u64)val; in pll_fd_recalc_rate() 769 do_div(rate1, (m * 8191)); in pll_fd_recalc_rate() 772 return rate + rate1; in pll_fd_recalc_rate()
|
Completed in 44 milliseconds