Home
last modified time | relevance | path

Searched refs:rateCodeToIndex (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dar5xxx.c640 bcopy(src->rateCodeToIndex, dst->rateCodeToIndex, in ar5k_rt_copy()
641 sizeof(dst->rateCodeToIndex)); in ar5k_rt_copy()
H A Dar5xxx.h352 u_int8_t rateCodeToIndex[AR5K_MAX_RATES]; member
356 #define rt_rate_code_index rateCodeToIndex
H A Dath.c3019 sc->sc_hwmap[i] = rt->info[rt->rateCodeToIndex[i]].dot11Rate; in ath_setcurmode()