Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c115 u8 tries, s8 rix, int rtsctsenable, in _rtl_rc_rate_set_series() argument
131 rate->idx = rix >= 0x00 ? rix : 0x00; in _rtl_rc_rate_set_series()
173 u8 try_per_rate, i, rix; in rtl_get_rate() local
176 rix = _rtl_rc_get_highest_rix(rtlpriv, sta, skb, not_data); in rtl_get_rate()
179 try_per_rate, rix, 1, not_data); in rtl_get_rate()
184 txrc, i, (rix - i), 1, in rtl_get_rate()
/linux/drivers/net/wireless/ath/carl9170/
H A Dwlan.h245 u8 rix; member
317 u8 rix; member
H A Dfwcmd.h267 u8 rix:2; member
H A Dtx.c297 txinfo->status.ampdu_len = super->s.rix; in carl9170_tx_release()
424 super->s.rix = sta_info->stats[tid].ampdu_len; in carl9170_tx_status_process_ampdu()
537 static void carl9170_tx_fill_rateinfo(struct ar9170 *ar, unsigned int rix, in carl9170_tx_fill_rateinfo() argument
546 if (i == rix) { in carl9170_tx_fill_rateinfo()
/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c878 u8 flags, rix; in ath_compute_num_delims() local
916 rix = bf->rates[0].idx; in ath_compute_num_delims()
929 streams = HT_RC_2_STREAMS(rix); in ath_compute_num_delims()
930 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_compute_num_delims()
1117 u32 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen, in ath_pkt_duration() argument
1124 streams = HT_RC_2_STREAMS(rix); in ath_pkt_duration()
1126 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_pkt_duration()
1277 u8 rix = 0; in ath_buf_set_rate() local
1295 rix = rates[i].idx; in ath_buf_set_rate()
1327 info->rates[i].Rate = rix | 0x80; in ath_buf_set_rate()
[all …]
H A Dath9k.h595 u32 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen,
/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c577 int rix; in ath5k_hw_to_driver_rix() local
584 rix = ah->rate_idx[ah->curchan->band][hw_rix]; in ath5k_hw_to_driver_rix()
585 if (WARN(rix < 0, "invalid hw_rix: %x\n", hw_rix)) in ath5k_hw_to_driver_rix()
586 rix = 0; in ath5k_hw_to_driver_rix()
588 return rix; in ath5k_hw_to_driver_rix()