Home
last modified time | relevance | path

Searched refs:bce_tick_callout (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/bce/
HDif_bce.c1017 callout_init_mp(&sc->bce_tick_callout); in bce_attach()
3442 callout_stop(&sc->bce_tick_callout); in bce_stop()
4286 callout_stop(&sc->bce_tick_callout); in bce_phy_intr()
4790 callout_reset_bycpu(&sc->bce_tick_callout, hz, bce_tick, sc, in bce_init()
5984 callout_reset_bycpu(&sc->bce_tick_callout, hz, bce_tick, sc, in bce_tick_serialized()
HDif_bcereg.h6038 struct callout bce_tick_callout; member