Searched refs:happy_timer (Results 1 – 2 of 2) sorted by relevance
718 hp->happy_timer.expires = jiffies + (12 * HZ)/10; /* 1.2 sec. */ in happy_meal_begin_auto_negotiation()719 add_timer(&hp->happy_timer); in happy_meal_begin_auto_negotiation()724 struct happy_meal *hp = from_timer(hp, t, happy_timer); in happy_meal_timer()889 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()1268 del_timer(&hp->happy_timer); in happy_meal_init()1925 del_timer(&hp->happy_timer); in happy_meal_close()2187 del_timer(&hp->happy_timer); in hme_set_link_ksettings()2463 timer_setup(&hp->happy_timer, happy_meal_timer, 0); in happy_meal_common_probe()
455 struct timer_list happy_timer; /* To watch the link when coming up. */ member