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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ixp2000/
H A Denp2611.c123 static struct timer_list link_check_timer; variable in typeref:struct:timer_list
156 link_check_timer.expires = jiffies + HZ / 10;
157 add_timer(&link_check_timer);
211 init_timer(&link_check_timer);
212 link_check_timer.function = enp2611_check_link_status;
213 link_check_timer.expires = jiffies;
214 add_timer(&link_check_timer);
223 del_timer_sync(&link_check_timer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/ixp2000/
H A Denp2611.c123 static struct timer_list link_check_timer; variable in typeref:struct:timer_list
156 link_check_timer.expires = jiffies + HZ / 10;
157 add_timer(&link_check_timer);
211 init_timer(&link_check_timer);
212 link_check_timer.function = enp2611_check_link_status;
213 link_check_timer.expires = jiffies;
214 add_timer(&link_check_timer);
223 del_timer_sync(&link_check_timer);

Completed in 181 milliseconds