Searched refs:sc_curmode (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/dev/ath/ath_rate/sample/ |
| HD | sample.h | 148 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()
|
| HD | sample.c | 1045 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/ |
| HD | onoe.c | 199 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/ |
| HD | amrr.c | 226 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/ |
| HD | if_mwlvar.h | 274 enum ieee80211_phymode sc_curmode; member
|
| /NextBSD/sys/dev/ath/ |
| HD | if_ath_rx.c | 546 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rx_tap()
|
| HD | if_athvar.h | 672 enum ieee80211_phymode sc_curmode; /* current phy mode */ member
|
| HD | if_ath_tx.c | 1592 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()
|
| HD | if_ath.c | 5045 if (mode != sc->sc_curmode) in ath_chan_change() 6057 sc->sc_curmode = mode; in ath_setcurmode()
|