Searched refs:rate2 (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 1417 int rate_start_index = 0, rate1, rate2, k; in wlc_phy_txpower_reg_limit_calc() local 1419 for (rate1 = WL_TX_POWER_CCK_FIRST, rate2 = 0; in wlc_phy_txpower_reg_limit_calc() 1420 rate2 < WL_TX_POWER_CCK_NUM; rate1++, rate2++) in wlc_phy_txpower_reg_limit_calc() 1421 pi->txpwr_limit[rate1] = txpwr->cck[rate2]; in wlc_phy_txpower_reg_limit_calc() 1423 for (rate1 = WL_TX_POWER_OFDM_FIRST, rate2 = 0; in wlc_phy_txpower_reg_limit_calc() 1424 rate2 < WL_TX_POWER_OFDM_NUM; rate1++, rate2++) in wlc_phy_txpower_reg_limit_calc() 1425 pi->txpwr_limit[rate1] = txpwr->ofdm[rate2]; in wlc_phy_txpower_reg_limit_calc() 1458 for (rate2 = 0; rate2 < BRCMS_NUM_RATES_OFDM; in wlc_phy_txpower_reg_limit_calc() 1459 rate2++) { in wlc_phy_txpower_reg_limit_calc() 1460 tmp_txpwr_limit[rate2] = 0; in wlc_phy_txpower_reg_limit_calc() [all …]
|
| H A D | phy_n.c | 27871 u8 rate1, rate2; in wlc_phy_ofdm_to_mcs_powers_nphy() local 27873 rate2 = rate_ofdm_start; in wlc_phy_ofdm_to_mcs_powers_nphy() 27875 power[rate1] = power[rate2]; in wlc_phy_ofdm_to_mcs_powers_nphy() 27876 rate2 += (rate1 == rate_mcs_start) ? 2 : 1; in wlc_phy_ofdm_to_mcs_powers_nphy() 27885 u8 rate1, rate2; in wlc_phy_mcs_to_ofdm_powers_nphy() local 27887 for (rate1 = rate_ofdm_start, rate2 = rate_mcs_start; in wlc_phy_mcs_to_ofdm_powers_nphy() 27888 rate1 <= rate_ofdm_end; rate1++, rate2++) { in wlc_phy_mcs_to_ofdm_powers_nphy() 27889 power[rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy() 27891 power[++rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy() 27897 uint rate1, rate2, band_num; in wlc_phy_txpwr_apply_nphy() local [all …]
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | simult_flows.sh | 223 local rate2=$2 244 tc -n $ns1 qdisc add dev ns1eth2 root netem rate ${rate2}mbit $delay2 limit 50 246 tc -n $ns2 qdisc add dev ns2eth2 root netem rate ${rate2}mbit $delay2 limit 50 251 local time=$((1000 * size * 8 * 10 / ((rate1 + rate2) * 1000 * 1000 * 9) ))
|
| /linux/sound/soc/jz4740/ |
| H A D | jz4740-i2s.c | 224 unsigned long div, rate1, rate2, err1, err2; in jz4740_i2s_get_i2sdiv() local 231 rate2 = mclk / (64 * (div + 1)); in jz4740_i2s_get_i2sdiv() 234 err2 = abs(rate2 - rate); in jz4740_i2s_get_i2sdiv()
|
| /linux/sound/usb/misc/ |
| H A D | ua101.c | 924 unsigned int rate2; in detect_usb_format() local 955 rate2 = combine_triple(fmt_playback->tSamFreq[0]); in detect_usb_format() 956 if (ua->rate != rate2) { in detect_usb_format() 959 rate2, ua->rate); in detect_usb_format()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs.c | 260 u16 rate1, rate2; in ath12k_tpc_get_rate() local 300 rate2 = tpc_stats->rates_array2.rate_array[eht_rate_idx]; in ath12k_tpc_get_rate() 302 rates = u32_get_bits(rate2, ATH12K_TPC_RATE_ARRAY_MU); in ath12k_tpc_get_rate() 304 rates = u32_get_bits(rate2, ATH12K_TPC_RATE_ARRAY_SU); in ath12k_tpc_get_rate()
|
| /linux/net/mac80211/ |
| H A D | rc80211_minstrel_ht.c | 1288 struct minstrel_rate_stats *rate, *rate2; in minstrel_ht_tx_status() local 1364 rate2 = minstrel_get_ratestats(mi, mi->max_tp_rate[1]); in minstrel_ht_tx_status() 1365 if (rate2->attempts > 30 && in minstrel_ht_tx_status() 1366 rate2->success < rate2->attempts / 4) { in minstrel_ht_tx_status()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | join.c | 135 u32 rate1_size, u8 *rate2, u32 rate2_size) in mwifiex_get_common_rates() argument 149 for (i = 0; i < rate2_size && rate2[i]; i++) { in mwifiex_get_common_rates() 153 if ((rate2[i] & 0x7F) == (tmp[j] & 0x7F)) { in mwifiex_get_common_rates()
|