Searched refs:ErrorTimer (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/et131x/
H A Det131x_initpci.c297 mod_timer(&etdev->ErrorTimer, jiffies +
720 init_timer(&adapter->ErrorTimer);
722 adapter->ErrorTimer.expires = jiffies + TX_ERROR_PERIOD * HZ / 1000;
723 adapter->ErrorTimer.function = et131x_error_timer_handler;
724 adapter->ErrorTimer.data = (unsigned long)adapter;
H A Det131x_adapter.h227 struct timer_list ErrorTimer; member in struct:et131x_adapter
H A Det131x_netdev.c212 add_timer(&adapter->ErrorTimer);
262 del_timer_sync(&adapter->ErrorTimer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/et131x/
H A Det131x_initpci.c297 mod_timer(&etdev->ErrorTimer, jiffies +
720 init_timer(&adapter->ErrorTimer);
722 adapter->ErrorTimer.expires = jiffies + TX_ERROR_PERIOD * HZ / 1000;
723 adapter->ErrorTimer.function = et131x_error_timer_handler;
724 adapter->ErrorTimer.data = (unsigned long)adapter;
H A Det131x_adapter.h227 struct timer_list ErrorTimer; member in struct:et131x_adapter
H A Det131x_netdev.c212 add_timer(&adapter->ErrorTimer);
262 del_timer_sync(&adapter->ErrorTimer);

Completed in 177 milliseconds