Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h241 u8 tx_timeout_factor; member
H A De1000_main.c2463 adapter->tx_timeout_factor = 1; in e1000_watchdog()
2466 adapter->tx_timeout_factor = 16; in e1000_watchdog()
3905 (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h231 u8 tx_timeout_factor; member
/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()
5889 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
5892 adapter->tx_timeout_factor = 14; in igc_watchdog_task()
5897 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
/linux/drivers/net/ethernet/intel/igb/
H A Digb.h589 u8 tx_timeout_factor; member