Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sbni/
H A Dif_sbnivar.h103 u_int timer_ticks; member
H A Dif_sbni.c414 sc->timer_ticks = CHANGE_LEVEL_START_TICKS; in handle_channel()
934 if (sc->timer_ticks) { in sbni_timeout()
937 sc->timer_ticks--; in sbni_timeout()
957 sc->timer_ticks = CHANGE_LEVEL_START_TICKS; in card_start()