Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c879 u8 flags, rix; in ath_compute_num_delims() local
917 rix = bf->rates[0].idx; in ath_compute_num_delims()
930 streams = HT_RC_2_STREAMS(rix); in ath_compute_num_delims()
931 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_compute_num_delims()
1125 streams = HT_RC_2_STREAMS(rix); in ath_pkt_duration()
1127 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_pkt_duration()
1278 u8 rix = 0; in ath_buf_set_rate() local
1296 rix = rates[i].idx; in ath_buf_set_rate()
1328 info->rates[i].Rate = rix | 0x80; in ath_buf_set_rate()
1335 if (rix >= 8 && fi->dyn_smps) { in ath_buf_set_rate()
[all …]
H A Dath9k.h594 u32 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen,
/openbmc/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()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h308 u8 rix; member