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

/freebsd-13-stable/sys/dev/my/
H A Dif_my.c443 callout_reset(&sc->my_autoneg_timer, hz * 5, my_autoneg_timeout,
449 callout_stop(&sc->my_autoneg_timer);
664 callout_stop(&sc->my_autoneg_timer);
812 callout_init_mtx(&sc->my_autoneg_timer, &sc->my_mtx, 0);
995 callout_drain(&sc->my_autoneg_timer);
1718 callout_stop(&sc->my_autoneg_timer);
H A Dif_myreg.h377 struct callout my_autoneg_timer; member in struct:my_softc

Completed in 65 milliseconds