Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dathrate-onoe.c212 on->on_tx_rix0 = sc->sc_rixmap[ in ath_rate_update()
228 rix = sc->sc_rixmap[ in ath_rate_update()
237 rix = sc->sc_rixmap[ in ath_rate_update()
H A Dathrate-amrr.c221 amn->amn_tx_rix0 = sc->sc_rixmap[ in ath_rate_update()
232 rix = sc->sc_rixmap[ in ath_rate_update()
241 rix = sc->sc_rixmap[ in ath_rate_update()
H A Dathvar.h225 u_int8_t sc_rixmap[256]; /* IEEE to h/w rate table ix */ member
H A Dathrate-sample.c684 sn->rates[x].rix = sc->sc_rixmap[sn->rates[x].rate]; in ath_rate_ctl_reset()
H A Dath.c5177 memset(sc->sc_rixmap, 0xff, sizeof(sc->sc_rixmap)); in ath_setcurmode()
5181 sc->sc_rixmap[rt->info[i].dot11Rate & IEEE80211_RATE_VAL] = i; in ath_setcurmode()