Searched refs:mxge_ticks (Results 1 – 1 of 1) sorted by relevance
104 static int mxge_ticks; variable3779 callout_reset(&sc->co_hdl, mxge_ticks, mxge_tick, sc); in mxge_watchdog_reset()3891 ticks = mxge_ticks; in mxge_tick()4188 TUNABLE_INT_FETCH("hw.mxge.ticks", &mxge_ticks); in mxge_fetch_tunables()4199 if (mxge_ticks == 0) in mxge_fetch_tunables()4200 mxge_ticks = hz / 2; in mxge_fetch_tunables()4787 callout_reset(&sc->co_hdl, mxge_ticks, mxge_tick, sc); in mxge_attach()