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.h490 _IEEE80211_POLICY_MODULE(ratectl, alg, version); \
501 TEXT_SET(ratectl##_set, alg##_modevent)
/freebsd/sys/dev/usb/wlan/
H A Dif_mtw.c1690 uint8_t ratectl = 0; in mtw_newstate() local
1700 ratectl = sc->ratectl_run; /* remember current state */ in mtw_newstate()
1713 ratectl &= ~bid; in mtw_newstate()
1781 ratectl |= bid; in mtw_newstate()
1793 if ((sc->ratectl_run = ratectl) && restart_ratectl) { in mtw_newstate()
H A Dif_run.c2174 uint8_t ratectl; in run_newstate() local
2186 ratectl = sc->ratectl_run; /* remember current state */ in run_newstate()
2202 ratectl &= ~bid; in run_newstate()
2269 ratectl |= bid; in run_newstate()
2285 if ((sc->ratectl_run = ratectl) && restart_ratectl) in run_newstate()