Home
last modified time | relevance | path

Searched refs:happy_timer (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsunhme.c889 hp->happy_timer.expires = jiffies + ((12 * HZ)/10); /* 1.2 sec. */ in happy_meal_timer()
890 add_timer(&hp->happy_timer); in happy_meal_timer()
1430 hp->happy_timer.expires = jiffies + (12 * HZ)/10; /* 1.2 sec. */ in happy_meal_begin_auto_negotiation()
1431 hp->happy_timer.data = (unsigned long) hp; in happy_meal_begin_auto_negotiation()
1432 hp->happy_timer.function = &happy_meal_timer; in happy_meal_begin_auto_negotiation()
1433 add_timer(&hp->happy_timer); in happy_meal_begin_auto_negotiation()
1448 del_timer(&hp->happy_timer); in happy_meal_init()
2238 del_timer(&hp->happy_timer); in happy_meal_close()
2496 del_timer(&hp->happy_timer); in happy_meal_ioctl()
2789 init_timer(&hp->happy_timer); in happy_meal_sbus_init()
[all …]
Dsunhme.h456 struct timer_list happy_timer; /* To watch the link when coming up. */ member