Lines Matching refs:rix
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()
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()
1238 info->rates[i].PktDuration = ath_pkt_duration(sc, rix, len, in ath_buf_set_rate()
1240 if (rix < 8 && (tx_info->flags & IEEE80211_TX_CTL_STBC)) in ath_buf_set_rate()
1243 info->txpower[i] = ath_get_rate_txpower(sc, bf, rix, in ath_buf_set_rate()
1271 phy, rate->bitrate * 100, len, rix, is_sp); in ath_buf_set_rate()
1274 info->txpower[i] = ath_get_rate_txpower(sc, bf, rix, false, in ath_buf_set_rate()