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

/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_uralvar.h76 struct usb_callout ratectl_ch; member in struct:ural_vap
H A Dif_rumvar.h91 struct usb_callout ratectl_ch; member in struct:rum_vap
H A Dif_runvar.h218 struct usb_callout ratectl_ch; member in struct:run_softc
H A Dif_ural.c588 usb_callout_init_mtx(&uvp->ratectl_ch, &sc->sc_mtx, 0);
606 usb_callout_drain(&uvp->ratectl_ch);
688 usb_callout_stop(&uvp->ratectl_ch);
2176 usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp);
2215 usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp);
H A Dif_rum.c708 usb_callout_init_mtx(&rvp->ratectl_ch, &sc->sc_mtx, 0);
735 usb_callout_drain(&rvp->ratectl_ch);
978 usb_callout_stop(&rvp->ratectl_ch);
3125 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp);
3168 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp);
H A Dif_run.c920 usb_callout_init_mtx(&sc->ratectl_ch, &sc->sc_mtx, 0);
975 usb_callout_drain(&sc->ratectl_ch);
2192 usb_callout_stop(&sc->ratectl_ch);
2290 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);
2619 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);
2819 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc);

Completed in 64 milliseconds