Home
last modified time | relevance | path

Searched refs:callout_tick (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c77 struct callout callout_tick; member
216 callout_init(&sc->callout_tick, 0); in ukswitch_attach()
233 callout_drain(&sc->callout_tick); in ukswitch_detach()
318 callout_reset(&sc->callout_tick, hz, ukswitch_tick, sc); in ukswitch_tick()
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h59 struct callout callout_tick; member
H A Dip17x.c265 callout_init(&sc->callout_tick, 0); in ip17x_attach()
285 callout_drain(&sc->callout_tick); in ip17x_detach()
363 callout_reset(&sc->callout_tick, hz, ip17x_tick, sc); in ip17x_tick()
/freebsd/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c102 struct callout callout_tick; member
265 callout_init(&sc->callout_tick, 0); in adm6996fc_attach()
292 callout_drain(&sc->callout_tick); in adm6996fc_detach()
381 callout_reset(&sc->callout_tick, hz, adm6996fc_tick, sc); in adm6996fc_tick()
/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c238 callout_init_mtx(&sc->callout_tick, &sc->sc_mtx, 0); in mtkswitch_attach()
257 callout_drain(&sc->callout_tick); in mtkswitch_detach()
392 callout_reset(&sc->callout_tick, hz, mtkswitch_tick, sc); in mtkswitch_tick()
H A Dmtkswitchvar.h70 struct callout callout_tick; member
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6060sw.c122 struct callout callout_tick; member
313 callout_init(&sc->callout_tick, 0); in e6060sw_attach()
332 callout_drain(&sc->callout_tick); in e6060sw_detach()
421 callout_reset(&sc->callout_tick, hz, e6060sw_tick, sc); in e6060sw_tick()
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c153 struct callout callout_tick; member
315 callout_init(&sc->callout_tick, 0); in ksz8995ma_attach()
350 callout_drain(&sc->callout_tick); in ksz8995ma_detach()
441 callout_reset(&sc->callout_tick, hz, ksz8995ma_tick, sc); in ksz8995ma_tick()
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h76 struct callout callout_tick; member
H A Darswitch.c656 callout_init_mtx(&sc->callout_tick, &sc->sc_mtx, 0); in arswitch_attach()
671 callout_drain(&sc->callout_tick); in arswitch_detach()
836 callout_reset(&sc->callout_tick, hz, arswitch_tick, sc); in arswitch_tick()
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c77 struct callout callout_tick; member
261 callout_init_mtx(&sc->callout_tick, &sc->callout_mtx, 0); in rtl8366rb_attach()
284 callout_drain(&sc->callout_tick); in rtl8366rb_detach()
360 callout_reset(&sc->callout_tick, hz, rtl8366rb_tick, sc); in rtl8366rb_tick()