Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/3com/
D3c59x.c621 struct timer_list rx_oom_timer; /* Rx skb allocation retry timer */ member
763 static void rx_oom_timer(unsigned long arg);
1610 init_timer(&vp->rx_oom_timer); in vortex_up()
1611 vp->rx_oom_timer.data = (unsigned long)dev; in vortex_up()
1612 vp->rx_oom_timer.function = rx_oom_timer; in vortex_up()
2659 mod_timer(&vp->rx_oom_timer, RUN_AT(HZ * 1)); in boomerang_rx()
2677 rx_oom_timer(unsigned long arg) in rx_oom_timer() function
2700 del_timer_sync(&vp->rx_oom_timer); in vortex_down()