Home
last modified time | relevance | path

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

/freebsd/sys/dev/my/
H A Dif_my.c438 callout_reset(&sc->my_autoneg_timer, hz * 5, my_autoneg_timeout, in my_autoneg_mii()
444 callout_stop(&sc->my_autoneg_timer); in my_autoneg_mii()
659 callout_stop(&sc->my_autoneg_timer); in my_setmode_mii()
807 callout_init_mtx(&sc->my_autoneg_timer, &sc->my_mtx, 0); in my_attach()
983 callout_drain(&sc->my_autoneg_timer); in my_detach()
1706 callout_stop(&sc->my_autoneg_timer); in my_stop()
H A Dif_myreg.h375 struct callout my_autoneg_timer; member