Lines Matching refs:rix
796 u8 flags, rix; in ath_compute_num_delims() local
834 rix = bf->rates[0].idx; in ath_compute_num_delims()
847 streams = HT_RC_2_STREAMS(rix); in ath_compute_num_delims()
848 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_compute_num_delims()
1027 static u32 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen, in ath_pkt_duration() argument
1034 streams = HT_RC_2_STREAMS(rix); in ath_pkt_duration()
1036 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_pkt_duration()
1174 u8 rix = 0; in ath_buf_set_rate() local
1192 rix = rates[i].idx; in ath_buf_set_rate()
1224 info->rates[i].Rate = rix | 0x80; in ath_buf_set_rate()
1227 info->rates[i].PktDuration = ath_pkt_duration(sc, rix, len, in ath_buf_set_rate()
1229 if (rix < 8 && (tx_info->flags & IEEE80211_TX_CTL_STBC)) in ath_buf_set_rate()
1232 info->txpower[i] = ath_get_rate_txpower(sc, bf, rix, in ath_buf_set_rate()
1260 phy, rate->bitrate * 100, len, rix, is_sp); in ath_buf_set_rate()
1263 info->txpower[i] = ath_get_rate_txpower(sc, bf, rix, false, in ath_buf_set_rate()