HomeSort by: relevance | last modified time | path
    Searched refs:sc_rixmap (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
athrate-amrr.c 221 amn->amn_tx_rix0 = sc->sc_rixmap[
232 rix = sc->sc_rixmap[
241 rix = sc->sc_rixmap[
athrate-onoe.c 212 on->on_tx_rix0 = sc->sc_rixmap[
228 rix = sc->sc_rixmap[
237 rix = sc->sc_rixmap[
athrate-sample.c 684 sn->rates[x].rix = sc->sc_rixmap[sn->rates[x].rate];
athvar.h 225 u_int8_t sc_rixmap[256]; /* IEEE to h/w rate table ix */ member in struct:ath_softc
ath.c 5176 memset(sc->sc_rixmap, 0xff, sizeof(sc->sc_rixmap));
5180 sc->sc_rixmap[rt->info[i].dot11Rate & IEEE80211_RATE_VAL] = i;

Completed in 19 milliseconds