/netbsd-src/sys/dev/ic/ |
H A D | ax88190.c | 93 callout_schedule(&sc->sc_tick_ch, hz); in ax88190_tick() 102 callout_setfunc(&sc->sc_tick_ch, ax88190_tick, sc); in ax88190_media_init() 127 callout_stop(&sc->sc_tick_ch); in ax88190_media_fini() 156 callout_schedule(&sc->sc_tick_ch, hz); in ax88190_init_card() 163 callout_stop(&sc->sc_tick_ch); in ax88190_stop_card()
|
H A D | dl10019.c | 126 callout_schedule(&sc->sc_tick_ch, hz); in dl10019_tick() 135 callout_setfunc(&sc->sc_tick_ch, dl10019_tick, sc); in dl10019_media_init() 162 callout_stop(&sc->sc_tick_ch); in dl10019_media_fini() 192 callout_schedule(&sc->sc_tick_ch, hz); in dl10019_init_card() 199 callout_stop(&sc->sc_tick_ch); in dl10019_stop_card()
|
H A D | hmevar.h | 58 struct callout sc_tick_ch; /* tick callout */ member
|
H A D | gem.c | 179 callout_destroy(&sc->sc_tick_ch); in gem_detach() 621 callout_init(&sc->sc_tick_ch, 0); in gem_attach() 622 callout_setfunc(&sc->sc_tick_ch, gem_tick, sc); in gem_attach() 649 callout_schedule(&sc->sc_tick_ch, hz); in gem_tick() 722 callout_halt(&sc->sc_tick_ch, NULL); in gem_stop() 1070 callout_schedule(&sc->sc_tick_ch, hz * 10); in gem_pcs_start() 1230 callout_schedule(&sc->sc_tick_ch, hz); in gem_init() 2117 callout_stop(&sc->sc_tick_ch); in gem_pint() 2151 callout_schedule(&sc->sc_tick_ch, hz * 10); in gem_pint()
|
H A D | dp8390var.h | 38 callout_t sc_tick_ch; /* MII tick callout */ member
|
H A D | hme.c | 314 callout_init(&sc->sc_tick_ch, 0); in hme_config() 315 callout_setfunc(&sc->sc_tick_ch, hme_tick, sc); in hme_config() 337 callout_schedule(&sc->sc_tick_ch, hz); in hme_tick() 384 callout_stop(&sc->sc_tick_ch); in hme_stop() 645 callout_schedule(&sc->sc_tick_ch, hz); in hme_init()
|
/netbsd-src/sys/arch/mips/alchemy/dev/ |
H A D | if_aumac.c | 130 struct callout sc_tick_ch; /* tick callout */ member 228 callout_init(&sc->sc_tick_ch, 0); in aumac_attach() 751 callout_reset(&sc->sc_tick_ch, hz, aumac_tick, sc); in aumac_tick() 809 callout_reset(&sc->sc_tick_ch, hz, aumac_tick, sc); in aumac_init() 832 callout_stop(&sc->sc_tick_ch); in aumac_stop()
|
/netbsd-src/sys/arch/macppc/dev/ |
H A D | if_gm.c | 83 struct callout sc_tick_ch; member 216 callout_init(&sc->sc_tick_ch, 0); in gmac_attach() 559 callout_stop(&sc->sc_tick_ch); in gmac_stop() 736 callout_reset(&sc->sc_tick_ch, 1, gmac_mii_tick, sc); in gmac_init() 911 callout_reset(&sc->sc_tick_ch, hz, gmac_mii_tick, sc); in gmac_mii_tick()
|
H A D | if_bm.c | 82 struct callout sc_tick_ch; member 184 callout_init(&sc->sc_tick_ch, 0); in bmac_attach() 399 callout_reset(&sc->sc_tick_ch, hz, bmac_mii_tick, sc); in bmac_init() 539 callout_stop(&sc->sc_tick_ch); in bmac_stop() 905 callout_reset(&sc->sc_tick_ch, hz, bmac_mii_tick, sc); in bmac_mii_tick()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_lii.c | 104 callout_t sc_tick_ch; member 311 callout_init(&sc->sc_tick_ch, 0); in lii_attach() 312 callout_setfunc(&sc->sc_tick_ch, lii_tick, sc); in lii_attach() 807 callout_schedule(&sc->sc_tick_ch, hz); in lii_init() 911 callout_stop(&sc->sc_tick_ch); in lii_stop() 1213 callout_schedule(&sc->sc_tick_ch, hz); in lii_tick()
|
H A D | if_nfevar.h | 82 struct callout sc_tick_ch; member
|
H A D | if_ste.c | 129 callout_t sc_tick_ch; /* tick callout */ member 359 callout_init(&sc->sc_tick_ch, 0); in ste_attach() 360 callout_setfunc(&sc->sc_tick_ch, ste_tick, sc); in ste_attach() 1135 callout_schedule(&sc->sc_tick_ch, hz); in ste_tick() 1392 callout_schedule(&sc->sc_tick_ch, hz); in ste_init() 1441 callout_stop(&sc->sc_tick_ch); in ste_stop()
|
H A D | if_stge.c | 142 callout_t sc_tick_ch; /* tick callout */ member 410 callout_init(&sc->sc_tick_ch, 0); in stge_attach() 411 callout_setfunc(&sc->sc_tick_ch, stge_tick, sc); in stge_attach() 1430 callout_schedule(&sc->sc_tick_ch, hz); in stge_tick() 1700 callout_schedule(&sc->sc_tick_ch, hz); in stge_init() 1750 callout_stop(&sc->sc_tick_ch); in stge_stop()
|
H A D | if_kse.c | 241 callout_t sc_tick_ch; /* MII tick callout */ member 574 callout_init(&sc->sc_tick_ch, 0); in kse_attach() 575 callout_setfunc(&sc->sc_tick_ch, phy_tick, sc); in kse_attach() 828 callout_schedule(&sc->sc_tick_ch, hz); in kse_init() 850 callout_stop(&sc->sc_tick_ch); in kse_stop() 1406 callout_schedule(&sc->sc_tick_ch, hz); in phy_tick()
|
H A D | if_pcn.c | 252 callout_t sc_tick_ch; /* tick callout */ member 582 callout_init(&sc->sc_tick_ch, 0); in pcn_attach() 583 callout_setfunc(&sc->sc_tick_ch, pcn_tick, sc); in pcn_attach() 1548 callout_schedule(&sc->sc_tick_ch, hz); 1792 callout_schedule(&sc->sc_tick_ch, hz); in pcn_init() 1839 callout_stop(&sc->sc_tick_ch); in pcn_stop()
|
H A D | if_casvar.h | 146 struct callout sc_tick_ch; /* tick callout */ member
|
/netbsd-src/sys/arch/arm/ti/ |
H A D | if_cpsw.c | 129 callout_t sc_tick_ch; member 359 callout_destroy(&sc->sc_tick_ch); in cpsw_detach() 419 callout_init(&sc->sc_tick_ch, 0); in cpsw_attach() 420 callout_setfunc(&sc->sc_tick_ch, cpsw_tick, sc); in cpsw_attach() 1039 callout_schedule(&sc->sc_tick_ch, hz); in cpsw_init() 1059 callout_stop(&sc->sc_tick_ch); in cpsw_stop() 1134 callout_schedule(&sc->sc_tick_ch, hz); in cpsw_tick()
|
/netbsd-src/sys/arch/sun3/dev/ |
H A D | xyvar.h | 140 struct callout sc_tick_ch; member
|
H A D | xdvar.h | 137 struct callout sc_tick_ch; member
|
/netbsd-src/sys/dev/vme/ |
H A D | xdvar.h | 137 struct callout sc_tick_ch; member
|
H A D | xyvar.h | 137 struct callout sc_tick_ch; member
|
/netbsd-src/sys/arch/arm/imx/ |
H A D | if_enetvar.h | 72 callout_t sc_tick_ch; member
|
/netbsd-src/sys/arch/mips/sibyte/dev/ |
H A D | sbmac.c | 172 struct callout sc_tick_ch; member 1319 callout_reset(&(sc->sc_tick_ch), hz, sbmac_tick, sc); in sbmac_channel_start() 1351 callout_stop(&(sc->sc_tick_ch)); in sbmac_channel_stop() 2092 callout_reset(&sc->sc_tick_ch, hz, sbmac_tick, sc); in sbmac_tick() 2249 callout_init(&(sc->sc_tick_ch), 0); in sbmac_attach()
|
/netbsd-src/sys/dev/sbus/ |
H A D | be.c | 114 struct callout sc_tick_ch; member 263 callout_init(&sc->sc_tick_ch, 0); in beattach() 627 callout_stop(&sc->sc_tick_ch); in bestop() 1104 callout_reset(&sc->sc_tick_ch, hz, be_tick, sc); in beinit() 1369 callout_reset(&sc->sc_tick_ch, hz, be_tick, sc); in be_tick()
|
/netbsd-src/sys/arch/arm/xscale/ |
H A D | ixp425_if_npe.c | 110 struct callout sc_tick_ch; /* Tick callout */ member 281 callout_init(&sc->sc_tick_ch, 0); in npe_attach() 734 callout_reset(&sc->sc_tick_ch, hz, npe_tick, sc); in npe_tick() 1182 callout_reset(&sc->sc_tick_ch, hz, npe_tick, sc); in npeinit_locked() 1359 callout_stop(&sc->sc_tick_ch); in npestop()
|