Searched refs:sc_rx_watchdog (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dgemvar.h202 struct timeout sc_rx_watchdog; member in struct:gem_softc
H A Dgem.c352 timeout_set(&sc->sc_rx_watchdog, gem_rx_watchdog, sc);
1187 timeout_add_msec(&sc->sc_rx_watchdog, 400);
1233 timeout_add_msec(&sc->sc_rx_watchdog, 400);
/openbsd-current/sys/dev/pci/
H A Dif_gem_pci.c297 timeout_del(&sc->sc_rx_watchdog);

Completed in 137 milliseconds