Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_rate/sample/
HDsample.h149 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in calc_usecs_unicast_packet()
153 rix, rt->rateCount, sc->sc_curmode); in calc_usecs_unicast_packet()
210 sc->sc_curmode)); in calc_usecs_unicast_packet()
HDsample.c1042 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
1044 KASSERT(sc->sc_curmode < IEEE80211_MODE_MAX+2, in ath_rate_ctl_reset()
1045 ("curmode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
1047 sn->sched = mrr_schedules[sc->sc_curmode]; in ath_rate_ctl_reset()
1049 ("no mrr schedule for mode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
/trueos/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()
/trueos/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()
/trueos/sys/dev/mwl/
HDif_mwlvar.h272 enum ieee80211_phymode sc_curmode; member
/trueos/sys/dev/ath/
HDif_ath_rx.c447 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rx_tap()
HDif_athvar.h648 enum ieee80211_phymode sc_curmode; /* current phy mode */ member
HDif_ath_tx.c1623 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_tx_normal_setup()
2183 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_tx_raw_start()
HDif_ath.c4891 if (mode != sc->sc_curmode) in ath_chan_change()
5790 sc->sc_curmode = mode; in ath_setcurmode()