Searched refs:bigmac_timer (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunbmac.c | 527 static void bigmac_timer(struct timer_list *t) in bigmac_timer() function 529 struct bigmac *bp = from_timer(bp, t, bigmac_timer); in bigmac_timer() 575 bp->bigmac_timer.expires = jiffies + ((12 * HZ)/10); /* 1.2 sec. */ in bigmac_timer() 576 add_timer(&bp->bigmac_timer); in bigmac_timer() 616 bp->bigmac_timer.expires = jiffies + (12 * HZ) / 10; in bigmac_begin_auto_negotiation() 617 add_timer(&bp->bigmac_timer); in bigmac_begin_auto_negotiation() 923 timer_setup(&bp->bigmac_timer, bigmac_timer, 0); in bigmac_open() 934 del_timer(&bp->bigmac_timer); in bigmac_close() 1175 timer_setup(&bp->bigmac_timer, bigmac_time in bigmac_ether_init() [all...] |
H A D | sunbmac.h | 311 struct timer_list bigmac_timer; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunbmac.c | 527 static void bigmac_timer(struct timer_list *t) in bigmac_timer() function 529 struct bigmac *bp = from_timer(bp, t, bigmac_timer); in bigmac_timer() 575 bp->bigmac_timer.expires = jiffies + ((12 * HZ)/10); /* 1.2 sec. */ in bigmac_timer() 576 add_timer(&bp->bigmac_timer); in bigmac_timer() 616 bp->bigmac_timer.expires = jiffies + (12 * HZ) / 10; in bigmac_begin_auto_negotiation() 617 add_timer(&bp->bigmac_timer); in bigmac_begin_auto_negotiation() 923 timer_setup(&bp->bigmac_timer, bigmac_timer, 0); in bigmac_open() 934 del_timer(&bp->bigmac_timer); in bigmac_close() 1173 timer_setup(&bp->bigmac_timer, bigmac_time in bigmac_ether_init() [all...] |
H A D | sunbmac.h | 311 struct timer_list bigmac_timer; member
|
Completed in 6 milliseconds