Lines Matching refs:rix
830 u8 flags, rix; in ath_compute_num_delims() local
868 rix = bf->rates[0].idx; in ath_compute_num_delims()
881 streams = HT_RC_2_STREAMS(rix); in ath_compute_num_delims()
882 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_compute_num_delims()
1069 u32 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen, in ath_pkt_duration() argument
1076 streams = HT_RC_2_STREAMS(rix); in ath_pkt_duration()
1078 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_pkt_duration()
1217 u8 rix = 0; in ath_buf_set_rate() local
1235 rix = rates[i].idx; in ath_buf_set_rate()
1267 info->rates[i].Rate = rix | 0x80; in ath_buf_set_rate()
1270 info->rates[i].PktDuration = ath_pkt_duration(sc, rix, len, in ath_buf_set_rate()
1272 if (rix < 8 && (tx_info->flags & IEEE80211_TX_CTL_STBC)) in ath_buf_set_rate()
1275 info->txpower[i] = ath_get_rate_txpower(sc, bf, rix, in ath_buf_set_rate()
1303 phy, rate->bitrate * 100, len, rix, is_sp); in ath_buf_set_rate()
1306 info->txpower[i] = ath_get_rate_txpower(sc, bf, rix, false, in ath_buf_set_rate()