Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_runvar.h217 uint8_t ratectl_run; member
H A Dif_mtwvar.h361 uint8_t ratectl_run; member
H A Dif_mtw.c710 sc->ratectl_run = MTW_RATECTL_OFF; in mtw_detach()
871 sc->ratectl_run &= ~(1 << rvp_id); in mtw_vap_delete()
1700 ratectl = sc->ratectl_run; /* remember current state */ in mtw_newstate()
1702 sc->ratectl_run = MTW_RATECTL_OFF; in mtw_newstate()
1793 if ((sc->ratectl_run = ratectl) && restart_ratectl) { in mtw_newstate()
2295 if (sc->ratectl_run != MTW_RATECTL_OFF) { in mtw_newassoc()
4575 sc->ratectl_run = MTW_RATECTL_OFF; in mtw_stop()
H A Dif_run.c958 sc->ratectl_run = RUN_RATECTL_OFF; in run_detach()
1117 sc->ratectl_run &= ~(1 << rvp_id); in run_vap_delete()
2186 ratectl = sc->ratectl_run; /* remember current state */ in run_newstate()
2187 sc->ratectl_run = RUN_RATECTL_OFF; in run_newstate()
2285 if ((sc->ratectl_run = ratectl) && restart_ratectl) in run_newstate()
2614 if(sc->ratectl_run != RUN_RATECTL_OFF) in run_ratectl_cb()
2817 if(sc->ratectl_run != RUN_RATECTL_OFF) in run_newassoc()
6332 sc->ratectl_run = RUN_RATECTL_OFF; in run_stop()