Searched refs:cxgb_tick_handler (Results 1 – 1 of 1) sorted by relevance
102 static void cxgb_tick_handler(void *, int);591 TASK_INIT(&sc->tick_task, 0, cxgb_tick_handler, sc); in cxgb_controller_attach()2378 cxgb_tick_handler(void *arg, int count) in cxgb_tick_handler() function