Searched refs:stats_poll (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c796 struct timer_list stats_poll; member in struct:fe_priv
4039 mod_timer(&np->stats_poll,
5306 mod_timer(&np->stats_poll,
5330 del_timer_sync(&np->stats_poll);
5429 init_timer(&np->stats_poll);
5430 np->stats_poll.data = (unsigned long) dev;
5431 np->stats_poll.function = &nv_do_stats_poll; /* timer handler */

Completed in 83 milliseconds