Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h147 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in calc_usecs_unicast_packet()
151 rix, rt->rateCount, sc->sc_curmode); in calc_usecs_unicast_packet()
208 sc->sc_curmode)); in calc_usecs_unicast_packet()
H A Dsample.c1310 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
1312 KASSERT(sc->sc_curmode < IEEE80211_MODE_MAX+2, in ath_rate_ctl_reset()
1313 ("curmode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
1315 sn->sched = mrr_schedules[sc->sc_curmode]; in ath_rate_ctl_reset()
1317 ("no mrr schedule for mode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
/freebsd/sys/dev/ath/ath_rate/onoe/
H A Donoe.c208 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rate_update()
300 if (sc->sc_curmode != IEEE80211_MODE_11B) { in ath_rate_ctl_start()
/freebsd/sys/dev/ath/ath_rate/amrr/
H A Damrr.c232 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rate_update()
326 if (sc->sc_curmode != IEEE80211_MODE_11B) { in ath_rate_ctl_start()
/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h275 enum ieee80211_phymode sc_curmode; member
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c586 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rx_tap()
H A Dif_athvar.h678 enum ieee80211_phymode sc_curmode; /* current phy mode */ member
H A Dif_ath_tx.c1618 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_tx_normal_setup()
2241 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_tx_raw_start()
H A Dif_ath.c5250 if (mode != sc->sc_curmode) in ath_chan_change()
6538 sc->sc_curmode = mode; in ath_setcurmode()