Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h232 u8 tx_timeout_factor; member
H A Dnetdev.c1198 + adapter->tx_timeout_factor * HZ)) { in e1000e_tx_hwtstamp_work()
1291 + (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
5292 adapter->tx_timeout_factor = 1; in e1000_watchdog_task()
5296 adapter->tx_timeout_factor = 16; in e1000_watchdog_task()
5300 adapter->tx_timeout_factor = 10; in e1000_watchdog_task()
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h251 u8 tx_timeout_factor; member
H A Digc_main.c3256 (adapter->tx_timeout_factor * HZ)) && in igc_clean_tx_irq()
5887 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
5890 adapter->tx_timeout_factor = 14; in igc_watchdog_task()
5895 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2462 adapter->tx_timeout_factor = 1; in e1000_watchdog()
2465 adapter->tx_timeout_factor = 16; in e1000_watchdog()
3902 (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c5643 adapter->tx_timeout_factor = 1; in igb_watchdog_task()
5646 adapter->tx_timeout_factor = 14; in igb_watchdog_task()
8464 (adapter->tx_timeout_factor * HZ)) && in igb_clean_tx_irq()