Home
last modified time | relevance | path

Searched refs:ratectl_ch (Results 1 – 8 of 8) sorted by relevance

/src/sys/dev/usb/wlan/
H A Dif_uralvar.h75 struct usb_callout ratectl_ch; member
H A Dif_rumvar.h90 struct usb_callout ratectl_ch; member
H A Dif_runvar.h216 struct usb_callout ratectl_ch; member
H A Dif_ural.c584 usb_callout_init_mtx(&uvp->ratectl_ch, &sc->sc_mtx, 0); in ural_vap_create()
602 usb_callout_drain(&uvp->ratectl_ch); in ural_vap_delete()
684 usb_callout_stop(&uvp->ratectl_ch); in ural_newstate()
2170 usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp); in ural_ratectl_start()
2209 usb_callout_reset(&uvp->ratectl_ch, hz, ural_ratectl_timeout, uvp); in ural_ratectl_task()
H A Dif_mtwvar.h360 struct usb_callout ratectl_ch; member
H A Dif_rum.c704 usb_callout_init_mtx(&rvp->ratectl_ch, &sc->sc_mtx, 0); in rum_vap_create()
733 usb_callout_drain(&rvp->ratectl_ch); in rum_vap_delete()
976 usb_callout_stop(&rvp->ratectl_ch); in rum_newstate()
3122 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp); in rum_ratectl_start()
3165 usb_callout_reset(&rvp->ratectl_ch, hz, rum_ratectl_timeout, rvp); in rum_ratectl_task()
H A Dif_mtw.c683 usb_callout_init_mtx(&sc->ratectl_ch, &sc->sc_mtx, 0); in mtw_attach()
742 usb_callout_drain(&sc->ratectl_ch); in mtw_detach()
1733 usb_callout_stop(&sc->ratectl_ch); in mtw_newstate()
1826 usb_callout_reset(&sc->ratectl_ch, hz, mtw_ratectl_to, sc); in mtw_newstate()
2121 usb_callout_reset(&sc->ratectl_ch, hz, mtw_ratectl_to, sc); in mtw_ratectl_cb()
2334 usb_callout_reset(&sc->ratectl_ch, hz, &mtw_ratectl_to, sc); in mtw_newassoc()
H A Dif_run.c918 usb_callout_init_mtx(&sc->ratectl_ch, &sc->sc_mtx, 0); in run_attach()
973 usb_callout_drain(&sc->ratectl_ch); in run_detach()
2190 usb_callout_stop(&sc->ratectl_ch); in run_newstate()
2288 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc); in run_newstate()
2622 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc); in run_ratectl_cb()
2825 usb_callout_reset(&sc->ratectl_ch, hz, run_ratectl_to, sc); in run_newassoc()