Searched refs:rx_oom_timer (Results 1 – 1 of 1) sorted by relevance
621 struct timer_list rx_oom_timer; /* Rx skb allocation retry timer */ member763 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()2676 mod_timer(&vp->rx_oom_timer, RUN_AT(HZ * 1)); in boomerang_rx()2694 rx_oom_timer(unsigned long arg) in rx_oom_timer() function2718 del_timer_sync(&vp->rx_oom_timer); in vortex_down()