Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/e1000/
De1000.h258 u8 tx_timeout_factor; member
De1000_main.c2427 adapter->tx_timeout_factor = 1; in e1000_watchdog()
2431 adapter->tx_timeout_factor = 16; in e1000_watchdog()
3618 (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
/linux-2.6.39/drivers/net/igb/
Digb.h272 u8 tx_timeout_factor; member
Digb_main.c3597 adapter->tx_timeout_factor = 1; in igb_watchdog_task()
3600 adapter->tx_timeout_factor = 14; in igb_watchdog_task()
5636 (adapter->tx_timeout_factor * HZ)) && in igb_clean_tx_irq()
/linux-2.6.39/drivers/net/e1000e/
De1000.h312 u8 tx_timeout_factor; member
Dnetdev.c1053 + (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
4241 adapter->tx_timeout_factor = 1; in e1000_watchdog_task()
4245 adapter->tx_timeout_factor = 16; in e1000_watchdog_task()
4249 adapter->tx_timeout_factor = 10; in e1000_watchdog_task()