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
224 callout_init(&sc->callout_tick, 0); in ukswitch_attach()
237 callout_drain(&sc->callout_tick); in ukswitch_detach()
325 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.c273 callout_init(&sc->callout_tick, 0); in ip17x_attach()
289 callout_drain(&sc->callout_tick); in ip17x_detach()
370 callout_reset(&sc->callout_tick, hz, ip17x_tick, sc); in ip17x_tick()
/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c247 callout_init_mtx(&sc->callout_tick, &sc->sc_mtx, 0); in mtkswitch_attach()
262 callout_drain(&sc->callout_tick); in mtkswitch_detach()
400 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/infineon/
H A Dadm6996fc.c102 struct callout callout_tick; member
283 callout_init(&sc->callout_tick, 0); in adm6996fc_attach()
310 callout_drain(&sc->callout_tick); in adm6996fc_detach()
402 callout_reset(&sc->callout_tick, hz, adm6996fc_tick, sc); in adm6996fc_tick()
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c153 struct callout callout_tick; member
333 callout_init(&sc->callout_tick, 0); in ksz8995ma_attach()
368 callout_drain(&sc->callout_tick); in ksz8995ma_detach()
462 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.c667 callout_init_mtx(&sc->callout_tick, &sc->sc_mtx, 0); in arswitch_attach()
682 callout_drain(&sc->callout_tick); in arswitch_detach()
846 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
269 callout_init_mtx(&sc->callout_tick, &sc->callout_mtx, 0); in rtl8366rb_attach()
291 callout_drain(&sc->callout_tick); in rtl8366rb_detach()
367 callout_reset(&sc->callout_tick, hz, rtl8366rb_tick, sc); in rtl8366rb_tick()
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6060sw.c122 struct callout callout_tick; member
321 callout_init(&sc->callout_tick, 0); in e6060sw_attach()
336 callout_drain(&sc->callout_tick); in e6060sw_detach()
428 callout_reset(&sc->callout_tick, hz, e6060sw_tick, sc); in e6060sw_tick()