Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/e1000/
De1000.h244 bool detect_tx_hung; member
De1000_main.c2543 adapter->detect_tx_hung = true; in e1000_watchdog()
3891 if (adapter->detect_tx_hung) { in e1000_clean_tx_irq()
3895 adapter->detect_tx_hung = false; in e1000_clean_tx_irq()
/linux-6.12.1/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()
5390 adapter->detect_tx_hung = true; in e1000_watchdog_task()