Searched refs:sc_curmode (Results 1 – 9 of 9) sorted by relevance
| /trueos/sys/dev/ath/ath_rate/sample/ |
| HD | sample.h | 149 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()
|
| HD | sample.c | 1042 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/ |
| 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()
|
| /trueos/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()
|
| /trueos/sys/dev/mwl/ |
| HD | if_mwlvar.h | 272 enum ieee80211_phymode sc_curmode; member
|
| /trueos/sys/dev/ath/ |
| HD | if_ath_rx.c | 447 KASSERT(rt != NULL, ("no rate table, mode %u", sc->sc_curmode)); in ath_rx_tap()
|
| HD | if_athvar.h | 648 enum ieee80211_phymode sc_curmode; /* current phy mode */ member
|
| HD | if_ath_tx.c | 1623 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()
|
| HD | if_ath.c | 4891 if (mode != sc->sc_curmode) in ath_chan_change() 5790 sc->sc_curmode = mode; in ath_setcurmode()
|