Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_rate/sample/
Dsample.h134 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in calc_usecs_unicast_packet()
138 rix, rt->rateCount, sc->sc_curmode); in calc_usecs_unicast_packet()
195 sc->sc_curmode)); in calc_usecs_unicast_packet()
Dsample.c765 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
767 KASSERT(sc->sc_curmode < IEEE80211_MODE_MAX+2, in ath_rate_ctl_reset()
768 ("curmode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
769 sn->sched = mrr_schedules[sc->sc_curmode]; in ath_rate_ctl_reset()
771 ("no mrr schedule for mode %u", sc->sc_curmode)); in ath_rate_ctl_reset()
/freebsd-9-stable/sys/dev/ath/ath_rate/onoe/
Donoe.c196 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rate_update()
287 if (sc->sc_curmode != IEEE80211_MODE_11B) { in ath_rate_ctl_start()
/freebsd-9-stable/sys/dev/ath/ath_rate/amrr/
Damrr.c223 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rate_update()
314 if (sc->sc_curmode != IEEE80211_MODE_11B) { in ath_rate_ctl_start()
/freebsd-9-stable/sys/dev/mwl/
Dif_mwlvar.h272 enum ieee80211_phymode sc_curmode; member
/freebsd-9-stable/sys/dev/ath/
Dif_ath_tx.c555 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_tx_start()
931 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_tx_raw_start()
Dif_athvar.h265 enum ieee80211_phymode sc_curmode; /* current phy mode */ member
Dif_ath.c3409 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rx_tap()
4506 if (mode != sc->sc_curmode) in ath_chan_change()
5264 sc->sc_curmode = mode; in ath_setcurmode()