Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/e1000/
De1000.h244 bool detect_tx_hung; member
De1000_main.c2546 adapter->detect_tx_hung = true; in e1000_watchdog()
3894 if (adapter->detect_tx_hung) { in e1000_clean_tx_irq()
3898 adapter->detect_tx_hung = false; in e1000_clean_tx_irq()
/Linux-v6.6/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()
5393 adapter->detect_tx_hung = true; in e1000_watchdog_task()