Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h350 struct task tick_task; member
H A Dcxgb_main.c590 TASK_INIT(&sc->tick_task, 0, cxgb_tick_handler, sc); in cxgb_controller_attach()
1767 taskqueue_drain(sc->tq, &sc->tick_task); in cxgb_uninit_synchronized()
2312 taskqueue_enqueue(sc->tq, &sc->tick_task); in cxgb_tick()