Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/
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-v6.6/drivers/net/wireless/ath/carl9170/
Dwlan.h245 u8 rix; member
317 u8 rix; member
Dfwcmd.h267 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-v6.6/drivers/net/wireless/ath/ath9k/
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()
1118 u32 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen, in ath_pkt_duration() argument
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()
[all …]
Dath9k.h594 u32 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen,
/Linux-v6.6/drivers/net/wireless/ath/ath5k/
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()
/Linux-v6.6/drivers/net/wireless/ath/ath6kl/
Dwmi.h308 u8 rix; member