Searched refs:detect_tx_hung (Results 1 – 6 of 6) sorted by relevance
131 bool detect_tx_hung; member
1160 adapter->detect_tx_hung = true; in ixgb_watchdog()1823 if (adapter->detect_tx_hung) { in ixgb_clean_tx_irq()1826 adapter->detect_tx_hung = false; in ixgb_clean_tx_irq()
244 bool detect_tx_hung; member
2546 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()
229 bool detect_tx_hung; member
1284 if (adapter->detect_tx_hung) { in e1000_clean_tx_irq()1288 adapter->detect_tx_hung = false; in e1000_clean_tx_irq()5417 adapter->detect_tx_hung = true; in e1000_watchdog_task()
Completed in 30 milliseconds