Home
last modified time | relevance | path

Searched refs:sc_curmode (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/dev/ath/ath_rate/sample/
HDsample.h148 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in calc_usecs_unicast_packet()
152 rix, rt->rateCount, sc->sc_curmode); in calc_usecs_unicast_packet()
209 sc->sc_curmode)); in calc_usecs_unicast_packet()
HDsample.c1045 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
1047 KASSERT(sc->sc_curmode < IEEE80211_MODE_MAX+2, in ath_rate_ctl_reset()
1048 ("curmode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
1050 sn->sched = mrr_schedules[sc->sc_curmode]; in ath_rate_ctl_reset()
1052 ("no mrr schedule for mode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
/NextBSD/sys/dev/ath/ath_rate/onoe/
HDonoe.c199 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rate_update()
290 if (sc->sc_curmode != IEEE80211_MODE_11B) { in ath_rate_ctl_start()
/NextBSD/sys/dev/ath/ath_rate/amrr/
HDamrr.c226 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rate_update()
317 if (sc->sc_curmode != IEEE80211_MODE_11B) { in ath_rate_ctl_start()
/NextBSD/sys/dev/mwl/
HDif_mwlvar.h274 enum ieee80211_phymode sc_curmode; member
/NextBSD/sys/dev/ath/
HDif_ath_rx.c546 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rx_tap()
HDif_athvar.h672 enum ieee80211_phymode sc_curmode; /* current phy mode */ member
HDif_ath_tx.c1592 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_tx_normal_setup()
2153 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_tx_raw_start()
HDif_ath.c5045 if (mode != sc->sc_curmode) in ath_chan_change()
6057 sc->sc_curmode = mode; in ath_setcurmode()