Home
last modified time | relevance | path

Searched refs:sc_tick_ch (Results 1 – 25 of 28) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dhmevar.h58 struct callout sc_tick_ch; /* tick callout */ member
H A Dgem.c180 callout_destroy(&sc->sc_tick_ch); in gem_detach()
617 callout_init(&sc->sc_tick_ch, 0); in gem_attach()
643 callout_reset(&sc->sc_tick_ch, hz, gem_tick, sc); in gem_tick()
715 callout_halt(&sc->sc_tick_ch, NULL); in gem_stop()
1063 callout_reset(&sc->sc_tick_ch, hz * 10, gem_tick, sc); in gem_pcs_start()
1223 callout_reset(&sc->sc_tick_ch, hz, gem_tick, sc); in gem_init()
2130 callout_stop(&sc->sc_tick_ch); in gem_pint()
2164 callout_reset(&sc->sc_tick_ch, hz * 10, gem_tick, sc); in gem_pint()
H A Dgemvar.h132 struct callout sc_tick_ch; /* tick callout */ member
H A Dhme.c320 callout_init(&sc->sc_tick_ch, 0); in hme_config()
333 callout_reset(&sc->sc_tick_ch, hz, hme_tick, sc); in hme_tick()
380 callout_stop(&sc->sc_tick_ch); in hme_stop()
641 callout_reset(&sc->sc_tick_ch, hz, hme_tick, sc); in hme_init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_nfevar.h81 struct callout sc_tick_ch; member
H A Dif_lii.c104 callout_t sc_tick_ch; member
309 callout_init(&sc->sc_tick_ch, 0); in lii_attach()
310 callout_setfunc(&sc->sc_tick_ch, lii_tick, sc); in lii_attach()
797 callout_schedule(&sc->sc_tick_ch, hz); in lii_init()
901 callout_stop(&sc->sc_tick_ch); in lii_stop()
1216 callout_schedule(&sc->sc_tick_ch, hz); in lii_tick()
H A Dif_ste.c130 callout_t sc_tick_ch; /* tick callout */ member
311 callout_init(&sc->sc_tick_ch, 0); in ste_attach()
1081 callout_reset(&sc->sc_tick_ch, hz, ste_tick, sc); in ste_tick()
1334 callout_reset(&sc->sc_tick_ch, hz, ste_tick, sc); in ste_init()
1384 callout_stop(&sc->sc_tick_ch); in ste_stop()
H A Dif_casvar.h146 struct callout sc_tick_ch; /* tick callout */ member
H A Dif_stge.c143 callout_t sc_tick_ch; /* tick callout */ member
391 callout_init(&sc->sc_tick_ch, 0); in stge_attach()
1400 callout_reset(&sc->sc_tick_ch, hz, stge_tick, sc); in stge_tick()
1663 callout_reset(&sc->sc_tick_ch, hz, stge_tick, sc); in stge_init()
1714 callout_stop(&sc->sc_tick_ch); in stge_stop()
H A Dif_pcn.c253 callout_t sc_tick_ch; /* tick callout */ member
584 callout_init(&sc->sc_tick_ch, 0); in pcn_attach()
1578 callout_reset(&sc->sc_tick_ch, hz, pcn_tick, sc); in pcn_tick()
1821 callout_reset(&sc->sc_tick_ch, hz, pcn_tick, sc); in pcn_init()
1869 callout_stop(&sc->sc_tick_ch); in pcn_stop()
H A Dif_nfe.c415 callout_init(&sc->sc_tick_ch, 0); in nfe_attach()
416 callout_setfunc(&sc->sc_tick_ch, nfe_tick, sc); in nfe_attach()
448 callout_destroy(&sc->sc_tick_ch); in nfe_detach()
1358 callout_schedule(&sc->sc_tick_ch, hz); in nfe_init()
1372 callout_stop(&sc->sc_tick_ch); in nfe_stop()
1978 callout_schedule(&sc->sc_tick_ch, hz); in nfe_tick()
H A Dif_cas.c620 callout_init(&sc->sc_tick_ch, 0); in cas_config()
651 callout_destroy(&sc->sc_tick_ch); in cas_detach()
760 callout_reset(&sc->sc_tick_ch, hz, cas_tick, sc); in cas_tick()
826 callout_stop(&sc->sc_tick_ch); in cas_stop()
1162 callout_reset(&sc->sc_tick_ch, hz, cas_tick, sc); in cas_init()
H A Dif_ale.c514 callout_init(&sc->sc_tick_ch, 0); in ale_attach()
515 callout_setfunc(&sc->sc_tick_ch, ale_tick, sc); in ale_attach()
1571 callout_schedule(&sc->sc_tick_ch, hz); in ale_tick()
1836 callout_schedule(&sc->sc_tick_ch, hz); in ale_init()
1852 callout_stop(&sc->sc_tick_ch); in ale_stop()
H A Dif_age.c231 callout_init(&sc->sc_tick_ch, 0); in age_attach()
232 callout_setfunc(&sc->sc_tick_ch, age_tick, sc); in age_attach()
1585 callout_schedule(&sc->sc_tick_ch, hz); in age_tick()
1882 callout_schedule(&sc->sc_tick_ch, hz); in age_init()
1899 callout_stop(&sc->sc_tick_ch); in age_stop()
H A Dif_alereg.h940 callout_t sc_tick_ch; member
H A Dif_sip.c222 callout_t sc_tick_ch; /* tick callout */ member
999 callout_init(&sc->sc_tick_ch, 0); in sipcom_attach()
2447 callout_reset(&sc->sc_tick_ch, hz, sipcom_tick, sc); in sipcom_tick()
2779 callout_reset(&sc->sc_tick_ch, hz, sipcom_tick, sc); in sipcom_init()
2835 callout_stop(&sc->sc_tick_ch); in sipcom_stop()
H A Dif_agereg.h839 callout_t sc_tick_ch; member
H A Dif_alc.c1395 callout_init(&sc->sc_tick_ch, 0); in alc_attach()
1396 callout_setfunc(&sc->sc_tick_ch, alc_tick, sc); in alc_attach()
2611 callout_schedule(&sc->sc_tick_ch, hz); in alc_tick()
3123 callout_schedule(&sc->sc_tick_ch, hz); in alc_init_backend()
3140 callout_stop(&sc->sc_tick_ch); in alc_stop()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/vme/
H A Dxdvar.h137 struct callout sc_tick_ch; member
H A Dxyvar.h137 struct callout sc_tick_ch; member
H A Dxy.c570 callout_init(&xyc->sc_tick_ch, 0); in xycattach()
580 callout_reset(&xyc->sc_tick_ch, XYC_TICKCNT, xyc_tick, xyc); in xycattach()
2123 callout_reset(&xycsc->sc_tick_ch, XYC_TICKCNT, xyc_tick, xycsc); in xyc_tick()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sbus/
H A Dbe.c120 struct callout sc_tick_ch; member
269 callout_init(&sc->sc_tick_ch, 0); in beattach()
644 callout_stop(&sc->sc_tick_ch); in bestop()
1126 callout_reset(&sc->sc_tick_ch, hz, be_tick, sc); in beinit()
1381 callout_reset(&sc->sc_tick_ch, hz, be_tick, sc); in be_tick()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/marvell/
H A Dif_mvgbe.c232 callout_t sc_tick_ch; /* tick callout */ member
726 callout_init(&sc->sc_tick_ch, 0); in mvgbe_attach()
727 callout_setfunc(&sc->sc_tick_ch, mvgbe_tick, sc); in mvgbe_attach()
1003 callout_schedule(&sc->sc_tick_ch, hz); in mvgbe_tick()
1304 callout_schedule(&sc->sc_tick_ch, hz); in mvgbe_init()
1324 callout_stop(&sc->sc_tick_ch); in mvgbe_stop()
H A Dif_mvxpevar.h438 callout_t sc_tick_ch; /* tick callout */ member
H A Dif_mvxpe.c306 callout_init(&sc->sc_tick_ch, 0); in mvxpe_attach()
307 callout_setfunc(&sc->sc_tick_ch, mvxpe_tick, sc); in mvxpe_attach()
1641 callout_schedule(&sc->sc_tick_ch, hz); in mvxpe_tick()
1786 callout_schedule(&sc->sc_tick_ch, hz); in mvxpe_init()
1810 callout_stop(&sc->sc_tick_ch); in mvxpe_stop()

12