Searched refs:asc_rixmap (Results 1 – 6 of 6) sorted by relevance
98 an->an_tx_rix0 = asc->asc_rixmap[ in ath_rate_update()113 rix = asc->asc_rixmap[ in ath_rate_update()122 rix = asc->asc_rixmap[ in ath_rate_update()
224 for (i = 0; i < sizeof (asc->asc_rixmap); i++) in ath_setcurmode()225 asc->asc_rixmap[i] = 0xff; in ath_setcurmode()231 asc->asc_rixmap[rt->info[i].dot11Rate & IEEE80211_RATE_VAL] = in ath_setcurmode()
306 uint8_t asc_rixmap[256]; /* IEEE to h/w rate table ix */ member
1825 an->an_tx_rix0 = sc->asc_rixmap[ in arn_rate_update()1840 rix = sc->asc_rixmap[ in arn_rate_update()1849 rix = sc->asc_rixmap[ in arn_rate_update()
557 for (i = 0; i < sizeof (sc->asc_rixmap); i++) in arn_setcurmode()558 sc->asc_rixmap[i] = 0xff; in arn_setcurmode()564 sc->asc_rixmap[rt->info[i].dot11rate & in arn_setcurmode()
949 uint8_t asc_rixmap[256]; /* IEEE to h/w rate table ix */ member