Searched refs:rix (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/rtlwifi/ |
D | rc.c | 96 u8 tries, char rix, int rtsctsenable, in _rtl_rc_rate_set_series() argument 112 rate->idx = rix >= 0x00 ? rix : 0x00; in _rtl_rc_rate_set_series() 152 u8 try_per_rate, i, rix; in rtl_get_rate() local 158 rix = _rtl_rc_get_highest_rix(rtlpriv, sta, skb, not_data); in rtl_get_rate() 161 try_per_rate, rix, 1, not_data); in rtl_get_rate() 166 txrc, i, (rix - i), 1, in rtl_get_rate()
|
/drivers/net/wireless/ath/carl9170/ |
D | wlan.h | 245 u8 rix; member 317 u8 rix; member
|
D | fwcmd.h | 259 u8 rix:2; member
|
D | tx.c | 296 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()
|
/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 807 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() 1112 u8 rix = 0; in ath_buf_set_rate() local 1130 rix = rates[i].idx; in ath_buf_set_rate() 1162 info->rates[i].Rate = rix | 0x80; in ath_buf_set_rate() [all …]
|
/drivers/net/wireless/ath/ath5k/ |
D | base.c | 564 int rix; in ath5k_hw_to_driver_rix() local 571 rix = ah->rate_idx[ah->curchan->band][hw_rix]; in ath5k_hw_to_driver_rix() 572 if (WARN(rix < 0, "invalid hw_rix: %x\n", hw_rix)) in ath5k_hw_to_driver_rix() 573 rix = 0; in ath5k_hw_to_driver_rix() 575 return rix; in ath5k_hw_to_driver_rix()
|
/drivers/net/wireless/ath/ath6kl/ |
D | wmi.h | 308 u8 rix; member
|