Home
last modified time | relevance | path

Searched refs:ratectl_run (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/usb/wlan/
H A Dif_runvar.h217 uint8_t ratectl_run; member
H A Dif_run.c959 sc->ratectl_run = RUN_RATECTL_OFF; in run_detach()
1118 sc->ratectl_run &= ~(1 << rvp_id); in run_vap_delete()
2187 ratectl = sc->ratectl_run; /* remember current state */ in run_newstate()
2188 sc->ratectl_run = RUN_RATECTL_OFF; in run_newstate()
2286 if ((sc->ratectl_run = ratectl) && restart_ratectl) in run_newstate()
2615 if(sc->ratectl_run != RUN_RATECTL_OFF) in run_ratectl_cb()
2815 if(sc->ratectl_run != RUN_RATECTL_OFF) in run_newassoc()
6332 sc->ratectl_run = RUN_RATECTL_OFF; in run_stop()