Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/net/ethernet/intel/e1000e/
H A De1000.h231 u8 tx_timeout_factor; member
H A Dnetdev.c1197 + adapter->tx_timeout_factor * HZ)) { in e1000e_tx_hwtstamp_work()
1290 + (adapter->tx_timeout_factor * HZ)) && in e1000_clean_tx_irq()
5270 adapter->tx_timeout_factor = 1; in e1000_watchdog_task()
5274 adapter->tx_timeout_factor = 16; in e1000_watchdog_task()
5278 adapter->tx_timeout_factor = 10; in e1000_watchdog_task()
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc.h244 u8 tx_timeout_factor; member
H A Digc_main.c3237 (adapter->tx_timeout_factor * HZ)) && in igc_clean_tx_irq()
5819 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
5822 adapter->tx_timeout_factor = 14; in igc_watchdog_task()
5827 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb.h588 u8 tx_timeout_factor; member
H A Digb_main.c5614 adapter->tx_timeout_factor = 1; in igb_watchdog_task()
5617 adapter->tx_timeout_factor = 14; in igb_watchdog_task()
8417 (adapter->tx_timeout_factor * HZ)) && in igb_clean_tx_irq()