Searched refs:sc_rixmap (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/ath/ath_rate/amrr/
H A Damrr.c249 amn->amn_tx_rix0 = sc->sc_rixmap[ni->ni_txrate];
259 rix = sc->sc_rixmap[
268 rix = sc->sc_rixmap[
/freebsd-current/sys/dev/ath/ath_rate/onoe/
H A Donoe.c225 on->on_tx_rix0 = sc->sc_rixmap[ni->ni_txrate];
240 rix = sc->sc_rixmap[
249 rix = sc->sc_rixmap[
/freebsd-current/sys/dev/ath/ath_rate/sample/
H A Dsample.c532 return sc->sc_rixmap[tp->ucastrate];
538 return sc->sc_rixmap[tp->ucastrate];
1327 rix = sc->sc_rixmap[MCS(x)];
1341 rix = sc->sc_rixmap[RATE(x)];
/freebsd-current/sys/dev/ath/
H A Dif_ath.c4205 * using the current rates in sc_rixmap.
4210 int rix = sc->sc_rixmap[rate];
6503 memset(sc->sc_rixmap, 0xff, sizeof(sc->sc_rixmap));
6509 sc->sc_rixmap[ieeerate] = i;
6511 sc->sc_rixmap[ieeerate | IEEE80211_RATE_MCS] = i;
H A Dif_athvar.h684 u_int8_t sc_rixmap[256]; /* IEEE to h/w rate table ix */ member in struct:ath_softc

Completed in 252 milliseconds