Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000/
A De1000.h241 u8 tx_timeout_factor; member
A De1000_main.c2460 adapter->tx_timeout_factor = 1; in e1000_watchdog()
2463 adapter->tx_timeout_factor = 16; in e1000_watchdog()
3899 (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
/linux/drivers/net/ethernet/intel/igc/
A Digc.h177 u8 tx_timeout_factor; member
A Digc_main.c2771 (adapter->tx_timeout_factor * HZ)) && in igc_clean_tx_irq()
5318 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
5321 adapter->tx_timeout_factor = 14; in igc_watchdog_task()
5326 adapter->tx_timeout_factor = 7; in igc_watchdog_task()
/linux/drivers/net/ethernet/intel/e1000e/
A De1000.h229 u8 tx_timeout_factor; member
A Dnetdev.c1194 + adapter->tx_timeout_factor * HZ)) { in e1000e_tx_hwtstamp_work()
1287 + (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
5275 adapter->tx_timeout_factor = 1; in e1000_watchdog_task()
5279 adapter->tx_timeout_factor = 16; in e1000_watchdog_task()
5283 adapter->tx_timeout_factor = 10; in e1000_watchdog_task()
/linux/drivers/net/ethernet/intel/igb/
A Digb.h581 u8 tx_timeout_factor; member
A Digb_main.c5498 adapter->tx_timeout_factor = 1; in igb_watchdog_task()
5501 adapter->tx_timeout_factor = 14; in igb_watchdog_task()
8150 (adapter->tx_timeout_factor * HZ)) && in igb_clean_tx_irq()

Completed in 88 milliseconds