Home
last modified time | relevance | path

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

/src/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.c729 sc->ratectl_run = MTW_RATECTL_OFF; in mtw_detach()
890 sc->ratectl_run &= ~(1 << rvp_id); in mtw_vap_delete()
1732 ratectl = sc->ratectl_run; /* remember current state */ in mtw_newstate()
1734 sc->ratectl_run = MTW_RATECTL_OFF; in mtw_newstate()
1825 if ((sc->ratectl_run = ratectl) && restart_ratectl) { in mtw_newstate()
2333 if (sc->ratectl_run != MTW_RATECTL_OFF) { in mtw_newassoc()
4617 sc->ratectl_run = MTW_RATECTL_OFF; in mtw_stop()
H A Dif_run.c960 sc->ratectl_run = RUN_RATECTL_OFF; in run_detach()
1119 sc->ratectl_run &= ~(1 << rvp_id); in run_vap_delete()
2188 ratectl = sc->ratectl_run; /* remember current state */ in run_newstate()
2189 sc->ratectl_run = RUN_RATECTL_OFF; in run_newstate()
2287 if ((sc->ratectl_run = ratectl) && restart_ratectl) in run_newstate()
2621 if(sc->ratectl_run != RUN_RATECTL_OFF) in run_ratectl_cb()
2824 if(sc->ratectl_run != RUN_RATECTL_OFF) in run_newassoc()
6348 sc->ratectl_run = RUN_RATECTL_OFF; in run_stop()