Lines Matching refs:rix

1049 	uint8_t rix;
1056 rix = bf->bf_state.bfs_rc[0].rix;
1074 rt->info[rix].phy == IEEE80211_T_OFDM &&
1102 rt->info[rix].phy == IEEE80211_T_HT &&
1122 uint8_t rix;
1130 rix = bf->bf_state.bfs_rc[0].rix;
1142 dur = rt->info[rix].spAckDuration;
1144 dur = rt->info[rix].lpAckDuration;
1159 rix, shortPreamble,
1204 ath_tx_calc_ctsduration(struct ath_hal *ah, int rix, int cix,
1230 rt, pktlen, rix, AH_TRUE, AH_TRUE);
1232 ctsduration += rt->info[rix].spAckDuration;
1237 rt, pktlen, rix, AH_FALSE, AH_TRUE);
1239 ctsduration += rt->info[rix].lpAckDuration;
1263 uint8_t rix = bf->bf_state.bfs_rc[0].rix;
1279 * If protection is enabled, use the protection rix control
1283 rix = sc->sc_protrix;
1285 rix = bf->bf_state.bfs_rc[0].rix;
1295 cix = rt->info[rix].controlRate;
1303 ctsduration = ath_tx_calc_ctsduration(sc->sc_ah, rix, cix,
1382 uint8_t rate, rix;
1395 pktlen, tid, is_aggr, &rix, &try0, &rate, &maxdur, &maxpktlen);
1398 bf->bf_state.bfs_rc[0].rix = rix;
1403 ath_rate_getxtxrates(sc, ATH_NODE(bf->bf_node), rix,
1407 sc->sc_txrix = rix; /* for LED blinking */
1408 sc->sc_lastdatarix = rix; /* for fast frames */
1562 u_int8_t rix = 0, txrate = 0;
1658 rix = an->an_mgmtrix;
1659 txrate = rt->info[rix].rateCode;
1661 txrate |= rt->info[rix].shortPreamble;
1667 rix = an->an_mgmtrix;
1668 txrate = rt->info[rix].rateCode;
1670 txrate |= rt->info[rix].shortPreamble;
1682 rix = an->an_mcastrix;
1683 txrate = rt->info[rix].rateCode;
1685 txrate |= rt->info[rix].shortPreamble;
1689 rix = an->an_mgmtrix;
1690 txrate = rt->info[rix].rateCode;
1692 txrate |= rt->info[rix].shortPreamble;
1845 sc->sc_hwmap[rix].ieeerate, -1);
1848 sc->sc_tx_th.wt_flags = sc->sc_hwmap[rix].txflags;
1853 sc->sc_tx_th.wt_rate = sc->sc_hwmap[rix].ieeerate;
1867 bf->bf_state.bfs_rc[0].rix = rix;
2147 u_int8_t rix, txrate;
2247 rix = ath_tx_findrix(sc, params->ibp_rate0);
2255 rix = an->an_mgmtrix;
2271 txrate = rt->info[rix].rateCode;
2273 txrate |= rt->info[rix].shortPreamble;
2274 sc->sc_txrix = rix;
2295 sc->sc_hwmap[rix].ieeerate, -1);
2298 sc->sc_tx_th.wt_flags = sc->sc_hwmap[rix].txflags;
2303 sc->sc_tx_th.wt_rate = sc->sc_hwmap[rix].ieeerate;
2344 bf->bf_state.bfs_rc[0].rix = rix;
2349 int rix;
2351 rix = ath_tx_findrix(sc, params->ibp_rate1);
2352 bf->bf_state.bfs_rc[1].rix = rix;
2355 rix = ath_tx_findrix(sc, params->ibp_rate2);
2356 bf->bf_state.bfs_rc[2].rix = rix;
2359 rix = ath_tx_findrix(sc, params->ibp_rate3);
2360 bf->bf_state.bfs_rc[3].rix = rix;