Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net80211/
H A Dieee80211_ratectl.c57 ieee80211_ratectl_register(int type, const struct ieee80211_ratectl *ratectl) in ieee80211_ratectl_register() argument
61 ratectls[type] = ratectl; in ieee80211_ratectl_register()
H A Dieee80211_freebsd.h485 _IEEE80211_POLICY_MODULE(ratectl, alg, version); \
496 TEXT_SET(ratectl##_set, alg##_modevent)
/freebsd-14.2/sys/dev/usb/wlan/
H A Dif_run.c2175 uint8_t ratectl; in run_newstate() local
2187 ratectl = sc->ratectl_run; /* remember current state */ in run_newstate()
2203 ratectl &= ~bid; in run_newstate()
2270 ratectl |= bid; in run_newstate()
2286 if ((sc->ratectl_run = ratectl) && restart_ratectl) in run_newstate()