Searched refs:stats_dw (Results 1 – 1 of 1) sorted by relevance
15 struct delayed_work stats_dw; member340 container_of(dl_work, struct prestera_counter, stats_dw); in prestera_counter_stats_work()409 schedule_delayed_work(&counter->stats_dw, resched_time); in prestera_counter_stats_work()454 INIT_DELAYED_WORK(&counter->stats_dw, prestera_counter_stats_work); in prestera_counter_init()455 schedule_delayed_work(&counter->stats_dw, COUNTER_POLL_TIME); in prestera_counter_init()465 cancel_delayed_work_sync(&counter->stats_dw); in prestera_counter_fini()