Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c99 static void cxgb_tick_handler(void *, int);
590 TASK_INIT(&sc->tick_task, 0, cxgb_tick_handler, sc); in cxgb_controller_attach()
2334 cxgb_tick_handler(void *arg, int count) in cxgb_tick_handler() function