Home
last modified time | relevance | path

Searched refs:detect_tx_hung (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/intel/e1000/
De1000.h244 bool detect_tx_hung; member
De1000_main.c2548 adapter->detect_tx_hung = true; in e1000_watchdog()
3898 if (adapter->detect_tx_hung) { in e1000_clean_tx_irq()
3902 adapter->detect_tx_hung = false; in e1000_clean_tx_irq()
/linux-6.14.4/drivers/net/ethernet/intel/e1000e/
De1000.h229 bool detect_tx_hung; member
Dnetdev.c1283 if (adapter->detect_tx_hung) { in e1000_clean_tx_irq()
1287 adapter->detect_tx_hung = false; in e1000_clean_tx_irq()
5395 adapter->detect_tx_hung = true; in e1000_watchdog_task()