Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_var.h75 struct callout sc_phy_callout; member
H A Dar40xx_main.c103 callout_reset(&sc->sc_phy_callout, hz, ar40xx_tick, sc); in ar40xx_tick()
265 callout_drain(&sc->sc_phy_callout); in ar40xx_detach()
491 callout_init_mtx(&sc->sc_phy_callout, &sc->sc_mtx, 0); in ar40xx_attach()