Home
last modified time | relevance | path

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

/drivers/net/
Dsunbmac.c529 static void bigmac_timer(unsigned long data) in bigmac_timer() function
577 bp->bigmac_timer.expires = jiffies + ((12 * HZ)/10); /* 1.2 sec. */ in bigmac_timer()
578 add_timer(&bp->bigmac_timer); in bigmac_timer()
618 bp->bigmac_timer.expires = jiffies + (12 * HZ) / 10; in bigmac_begin_auto_negotiation()
619 bp->bigmac_timer.data = (unsigned long) bp; in bigmac_begin_auto_negotiation()
620 bp->bigmac_timer.function = &bigmac_timer; in bigmac_begin_auto_negotiation()
621 add_timer(&bp->bigmac_timer); in bigmac_begin_auto_negotiation()
927 init_timer(&bp->bigmac_timer); in bigmac_open()
938 del_timer(&bp->bigmac_timer); in bigmac_close()
1182 init_timer(&bp->bigmac_timer); in bigmac_ether_init()
Dsunbmac.h327 struct timer_list bigmac_timer; member