Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h241 u8 tx_timeout_factor; member
H A 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()
/openbmc/linux/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()
5265 adapter->tx_timeout_factor = 1; in e1000_watchdog_task()
5269 adapter->tx_timeout_factor = 16; in e1000_watchdog_task()
5273 adapter->tx_timeout_factor = 10; in e1000_watchdog_task()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc.h197 u8 tx_timeout_factor; member
H A Digc_main.c3061 (adapter->tx_timeout_factor * HZ)) && in igc_clean_tx_irq()
5618 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
5621 adapter->tx_timeout_factor = 14; in igc_watchdog_task()
5626 adapter->tx_timeout_factor = 1; in igc_watchdog_task()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h581 u8 tx_timeout_factor; member
H A Digb_main.c5603 adapter->tx_timeout_factor = 1; in igb_watchdog_task()
5606 adapter->tx_timeout_factor = 14; in igb_watchdog_task()
8372 (adapter->tx_timeout_factor * HZ)) && in igb_clean_tx_irq()