Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000.h241 u8 tx_timeout_factor; member
H A De1000_main.c2460 adapter->tx_timeout_factor = 1; in e1000_watchdog()
2463 adapter->tx_timeout_factor = 16; in e1000_watchdog()
3900 (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc.h160 u8 tx_timeout_factor; member
H A Digc_main.c2111 (adapter->tx_timeout_factor * HZ)) && in igc_clean_tx_irq()
4268 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
4271 adapter->tx_timeout_factor = 14; in igc_watchdog_task()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A De1000.h228 u8 tx_timeout_factor; member
H A Dnetdev.c1193 + adapter->tx_timeout_factor * HZ)) { in e1000e_tx_hwtstamp_work()
1286 + (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
5273 adapter->tx_timeout_factor = 1; in e1000_watchdog_task()
5277 adapter->tx_timeout_factor = 16; in e1000_watchdog_task()
5281 adapter->tx_timeout_factor = 10; in e1000_watchdog_task()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb.h581 u8 tx_timeout_factor; member
H A Digb_main.c5502 adapter->tx_timeout_factor = 1; in igb_watchdog_task()
5505 adapter->tx_timeout_factor = 14; in igb_watchdog_task()
8170 (adapter->tx_timeout_factor * HZ)) && in igb_clean_tx_irq()