Searched refs:sc_curmode (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/dev/ath/ath_rate/sample/ |
| D | sample.h | 134 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()
|
| D | sample.c | 765 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/ |
| D | onoe.c | 196 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/ |
| D | amrr.c | 223 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/ |
| D | if_mwlvar.h | 272 enum ieee80211_phymode sc_curmode; member
|
| /freebsd-9-stable/sys/dev/ath/ |
| D | if_ath_tx.c | 555 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()
|
| D | if_athvar.h | 265 enum ieee80211_phymode sc_curmode; /* current phy mode */ member
|
| D | if_ath.c | 3409 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()
|