Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
D3c59x.c621 struct timer_list rx_oom_timer; /* Rx skb allocation retry timer */ member
764 static void rx_oom_timer(unsigned long arg);
1615 init_timer(&vp->rx_oom_timer); in vortex_up()
1616 vp->rx_oom_timer.data = (unsigned long)dev; in vortex_up()
1617 vp->rx_oom_timer.function = rx_oom_timer; in vortex_up()
2626 mod_timer(&vp->rx_oom_timer, RUN_AT(HZ * 1)); in boomerang_rx()
2644 rx_oom_timer(unsigned long arg) in rx_oom_timer() function
2667 del_timer_sync(&vp->rx_oom_timer); in vortex_down()