Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000.h265 u8 tx_timeout_factor; member
De1000_main.c2465 adapter->tx_timeout_factor = 1; in e1000_watchdog()
2469 adapter->tx_timeout_factor = 16; in e1000_watchdog()
3905 (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb.h395 u8 tx_timeout_factor; member
Digb_main.c4290 adapter->tx_timeout_factor = 1; in igb_watchdog_task()
4293 adapter->tx_timeout_factor = 14; in igb_watchdog_task()
6509 (adapter->tx_timeout_factor * HZ)) && in igb_clean_tx_irq()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
De1000.h249 u8 tx_timeout_factor; member
Dnetdev.c1197 + adapter->tx_timeout_factor * HZ)) { in e1000e_tx_hwtstamp_work()
1290 + (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
5157 adapter->tx_timeout_factor = 1; in e1000_watchdog_task()
5161 adapter->tx_timeout_factor = 16; in e1000_watchdog_task()
5165 adapter->tx_timeout_factor = 10; in e1000_watchdog_task()