Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/e1000/
De1000.h241 u8 tx_timeout_factor; member
De1000_main.c2461 adapter->tx_timeout_factor = 1; in e1000_watchdog()
2464 adapter->tx_timeout_factor = 16; in e1000_watchdog()
3901 (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
/Linux-v6.6/drivers/net/ethernet/intel/e1000e/
De1000.h231 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()
5268 adapter->tx_timeout_factor = 1; in e1000_watchdog_task()
5272 adapter->tx_timeout_factor = 16; in e1000_watchdog_task()
5276 adapter->tx_timeout_factor = 10; in e1000_watchdog_task()
/Linux-v6.6/drivers/net/ethernet/intel/igc/
Digc.h197 u8 tx_timeout_factor; member
Digc_main.c3064 (adapter->tx_timeout_factor * HZ)) && in igc_clean_tx_irq()
5633 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
5636 adapter->tx_timeout_factor = 14; in igc_watchdog_task()
5641 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
/Linux-v6.6/drivers/net/ethernet/intel/igb/
Digb.h581 u8 tx_timeout_factor; member
Digb_main.c5594 adapter->tx_timeout_factor = 1; in igb_watchdog_task()
5597 adapter->tx_timeout_factor = 14; in igb_watchdog_task()
8366 (adapter->tx_timeout_factor * HZ)) && in igb_clean_tx_irq()