Lines Matching refs:rix

1064 	uint8_t rix;
1072 rix = bf->bf_state.bfs_rc[0].rix;
1082 rt->info[rix].phy == IEEE80211_T_OFDM &&
1110 rt->info[rix].phy == IEEE80211_T_HT &&
1128 uint8_t rix;
1136 rix = bf->bf_state.bfs_rc[0].rix;
1148 dur = rt->info[rix].spAckDuration;
1150 dur = rt->info[rix].lpAckDuration;
1165 rix, shortPreamble);
1209 ath_tx_calc_ctsduration(struct ath_hal *ah, int rix, int cix,
1235 rt, pktlen, rix, AH_TRUE);
1237 ctsduration += rt->info[rix].spAckDuration;
1242 rt, pktlen, rix, AH_FALSE);
1244 ctsduration += rt->info[rix].lpAckDuration;
1268 uint8_t rix = bf->bf_state.bfs_rc[0].rix;
1284 * If protection is enabled, use the protection rix control
1288 rix = sc->sc_protrix;
1290 rix = bf->bf_state.bfs_rc[0].rix;
1300 cix = rt->info[rix].controlRate;
1308 ctsduration = ath_tx_calc_ctsduration(sc->sc_ah, rix, cix,
1386 uint8_t rate, rix;
1397 bf->bf_state.bfs_pktlen, &rix, &try0, &rate);
1400 bf->bf_state.bfs_rc[0].rix = rix;
1405 ath_rate_getxtxrates(sc, ATH_NODE(bf->bf_node), rix,
1409 sc->sc_txrix = rix; /* for LED blinking */
1410 sc->sc_lastdatarix = rix; /* for fast frames */
1567 u_int8_t rix = 0, txrate = 0;
1659 rix = an->an_mgmtrix;
1660 txrate = rt->info[rix].rateCode;
1662 txrate |= rt->info[rix].shortPreamble;
1668 rix = an->an_mgmtrix;
1669 txrate = rt->info[rix].rateCode;
1671 txrate |= rt->info[rix].shortPreamble;
1683 rix = an->an_mcastrix;
1684 txrate = rt->info[rix].rateCode;
1686 txrate |= rt->info[rix].shortPreamble;
1690 rix = an->an_mgmtrix;
1691 txrate = rt->info[rix].rateCode;
1693 txrate |= rt->info[rix].shortPreamble;
1805 sc->sc_hwmap[rix].ieeerate, -1);
1811 sc->sc_tx_th.wt_flags = sc->sc_hwmap[rix].txflags;
1816 sc->sc_tx_th.wt_rate = sc->sc_hwmap[rix].ieeerate;
1830 bf->bf_state.bfs_rc[0].rix = rix;
2096 u_int8_t rix, txrate;
2184 rix = ath_tx_findrix(sc, params->ibp_rate0);
2185 txrate = rt->info[rix].rateCode;
2187 txrate |= rt->info[rix].shortPreamble;
2188 sc->sc_txrix = rix;
2210 sc->sc_hwmap[rix].ieeerate, -1);
2216 sc->sc_tx_th.wt_flags = sc->sc_hwmap[rix].txflags;
2221 sc->sc_tx_th.wt_rate = sc->sc_hwmap[rix].ieeerate;
2262 bf->bf_state.bfs_rc[0].rix =
2268 int rix;
2270 rix = ath_tx_findrix(sc, params->ibp_rate1);
2271 bf->bf_state.bfs_rc[1].rix = rix;
2274 rix = ath_tx_findrix(sc, params->ibp_rate2);
2275 bf->bf_state.bfs_rc[2].rix = rix;
2278 rix = ath_tx_findrix(sc, params->ibp_rate3);
2279 bf->bf_state.bfs_rc[3].rix = rix;
5234 bf->bf_state.bfs_rc[3].rix = 0;