Searched refs:cxgb_tick_ch (Results 1 – 2 of 2) sorted by relevance
352 struct callout cxgb_tick_ch; member
594 callout_init(&sc->cxgb_tick_ch, 1); in cxgb_controller_attach()666 callout_reset(&sc->cxgb_tick_ch, hz, cxgb_tick, sc); in cxgb_controller_attach()753 callout_drain(&sc->cxgb_tick_ch); in cxgb_free()2313 callout_reset(&sc->cxgb_tick_ch, hz, cxgb_tick, sc); in cxgb_tick()