Searched refs:callout_tick (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/dev/etherswitch/ukswitch/ |
| H A D | ukswitch.c | 77 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 D | ip17x_var.h | 59 struct callout callout_tick; member
|
| H A D | ip17x.c | 265 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 D | adm6996fc.c | 102 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 D | mtkswitch.c | 238 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 D | mtkswitchvar.h | 70 struct callout callout_tick; member
|
| /freebsd/sys/dev/etherswitch/e6000sw/ |
| H A D | e6060sw.c | 122 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 D | ksz8995ma.c | 153 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 D | arswitchvar.h | 76 struct callout callout_tick; member
|
| H A D | arswitch.c | 656 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 D | rtl8366rb.c | 77 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()
|