Searched refs:ratectl_ch (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/wlan/
H A Dif_rumvar.h73 struct usb_callout ratectl_ch; member in struct:rum_vap
H A Dif_uralvar.h77 struct usb_callout ratectl_ch; member in struct:ural_vap
H A Dif_runvar.h213 struct usb_callout ratectl_ch; member in struct:run_softc
H A Dif_rum.c619 usb_callout_init_mtx(&rvp->ratectl_ch, &sc->sc_mtx, 0);
635 usb_callout_drain(&rvp->ratectl_ch);
724 usb_callout_stop(&rvp->ratectl_ch);
2243 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp);
2285 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp);
H A Dif_ural.c604 usb_callout_init_mtx(&uvp->ratectl_ch, &sc->sc_mtx, 0);
621 usb_callout_drain(&uvp->ratectl_ch);
708 usb_callout_stop(&uvp->ratectl_ch);
2247 usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp);
2288 usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp);
H A Dif_run.c837 usb_callout_init_mtx(&sc->ratectl_ch, &sc->sc_mtx, 0);
876 usb_callout_drain(&sc->ratectl_ch);
2068 usb_callout_stop(&sc->ratectl_ch);
2169 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);
2533 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);
2745 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);

Completed in 172 milliseconds