Home
last modified time | relevance | path

Searched refs:rix (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rtlwifi/
Drc.c97 u8 tries, char rix, int rtsctsenable, in _rtl_rc_rate_set_series() argument
113 rate->idx = rix >= 0x00 ? rix : 0x00; in _rtl_rc_rate_set_series()
153 u8 try_per_rate, i, rix; in rtl_get_rate() local
159 rix = _rtl_rc_get_highest_rix(rtlpriv, sta, skb, not_data); in rtl_get_rate()
162 try_per_rate, rix, 1, not_data); in rtl_get_rate()
167 txrc, i, (rix - i), 1, in rtl_get_rate()
/linux-4.1.27/net/mac80211/
Drc80211_minstrel.c63 rix_to_ndx(struct minstrel_sta_info *mi, int rix) in rix_to_ndx() argument
65 int i = rix; in rix_to_ndx()
66 for (i = rix; i >= 0; i--) in rix_to_ndx()
67 if (mi->r[i].rix == rix) in rix_to_ndx()
118 ratetbl->rate[offset].idx = r->rix; in minstrel_set_rate()
433 rate->idx = mi->r[ndx].rix; in minstrel_get_rate()
518 mr->rix = i; in minstrel_rate_init()
558 mr->rix = -1; in minstrel_rate_init()
Drc80211_minstrel.h83 s8 rix; member
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dwlan.h245 u8 rix; member
317 u8 rix; member
Dfwcmd.h259 u8 rix:2; member
Dtx.c296 txinfo->status.ampdu_len = super->s.rix; in carl9170_tx_release()
423 super->s.rix = sta_info->stats[tid].ampdu_len; in carl9170_tx_status_process_ampdu()
536 static void carl9170_tx_fill_rateinfo(struct ar9170 *ar, unsigned int rix, in carl9170_tx_fill_rateinfo() argument
545 if (i == rix) { in carl9170_tx_fill_rateinfo()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c807 u8 flags, rix; in ath_compute_num_delims() local
845 rix = bf->rates[0].idx; in ath_compute_num_delims()
858 streams = HT_RC_2_STREAMS(rix); in ath_compute_num_delims()
859 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_compute_num_delims()
1038 static u32 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen, in ath_pkt_duration() argument
1045 streams = HT_RC_2_STREAMS(rix); in ath_pkt_duration()
1047 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_pkt_duration()
1185 u8 rix = 0; in ath_buf_set_rate() local
1203 rix = rates[i].idx; in ath_buf_set_rate()
1235 info->rates[i].Rate = rix | 0x80; in ath_buf_set_rate()
[all …]
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dbase.c578 int rix; in ath5k_hw_to_driver_rix() local
585 rix = ah->rate_idx[ah->curchan->band][hw_rix]; in ath5k_hw_to_driver_rix()
586 if (WARN(rix < 0, "invalid hw_rix: %x\n", hw_rix)) in ath5k_hw_to_driver_rix()
587 rix = 0; in ath5k_hw_to_driver_rix()
589 return rix; in ath5k_hw_to_driver_rix()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dwmi.h308 u8 rix; member