Home
last modified time | relevance | path

Searched refs:ratectl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ratectl.c56 ieee80211_ratectl_register(int type, const struct ieee80211_ratectl *ratectl) in ieee80211_ratectl_register() argument
60 ratectls[type] = ratectl; in ieee80211_ratectl_register()
H A Dieee80211_freebsd.h505 _IEEE80211_POLICY_MODULE(ratectl, alg, version); \
516 TEXT_SET(ratectl##_set, alg##_modevent)
/freebsd/sys/dev/usb/wlan/
H A Dif_mtw.c1722 uint8_t ratectl = 0; in mtw_newstate() local
1732 ratectl = sc->ratectl_run; /* remember current state */ in mtw_newstate()
1745 ratectl &= ~bid; in mtw_newstate()
1813 ratectl |= bid; in mtw_newstate()
1825 if ((sc->ratectl_run = ratectl) && restart_ratectl) { in mtw_newstate()
H A Dif_run.c2176 uint8_t ratectl; in run_newstate() local
2188 ratectl = sc->ratectl_run; /* remember current state */ in run_newstate()
2204 ratectl &= ~bid; in run_newstate()
2271 ratectl |= bid; in run_newstate()
2287 if ((sc->ratectl_run = ratectl) && restart_ratectl) in run_newstate()