Searched refs:stats_dw (Results 1 – 1 of 1) sorted by relevance
15 struct delayed_work stats_dw; member342 container_of(dl_work, struct prestera_counter, stats_dw); in prestera_counter_stats_work()411 schedule_delayed_work(&counter->stats_dw, resched_time); in prestera_counter_stats_work()456 INIT_DELAYED_WORK(&counter->stats_dw, prestera_counter_stats_work); in prestera_counter_init()457 schedule_delayed_work(&counter->stats_dw, COUNTER_POLL_TIME); in prestera_counter_init()467 cancel_delayed_work_sync(&counter->stats_dw); in prestera_counter_fini()