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

/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_runvar.h214 uint8_t ratectl_run; member in struct:run_softc
H A Dif_run.c861 sc->ratectl_run = RUN_RATECTL_OFF;
1011 sc->ratectl_run &= ~(1 << rvp_id);
2062 ratectl = sc->ratectl_run; /* remember current state */
2063 sc->ratectl_run = RUN_RATECTL_OFF;
2164 if ((sc->ratectl_run = ratectl) && restart_ratectl)
2528 if(sc->ratectl_run != RUN_RATECTL_OFF)
2740 if(sc->ratectl_run != RUN_RATECTL_OFF)
6207 sc->ratectl_run = RUN_RATECTL_OFF;

Completed in 111 milliseconds