Home
last modified time | relevance | path

Searched refs:check_for_tx_hang (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf.h209 #define check_for_tx_hang(ring) \ macro
A Dixgbevf_main.c371 if (check_for_tx_hang(tx_ring) && ixgbevf_check_tx_hang(tx_ring)) { in ixgbevf_clean_tx_irq()
/drivers/net/ethernet/intel/fm10k/
A Dfm10k.h55 #define check_for_tx_hang(ring) \ macro
A Dfm10k_netdev.c597 if (check_for_tx_hang(tx_ring) && fm10k_check_tx_hang(tx_ring)) in fm10k_tx_timeout()
A Dfm10k_main.c1276 if (check_for_tx_hang(tx_ring) && fm10k_check_tx_hang(tx_ring)) { in fm10k_clean_tx_irq()
/drivers/net/ethernet/intel/ixgbe/
A Dixgbe.h338 #define check_for_tx_hang(ring) \ macro
A Dixgbe_main.c1454 if (check_for_tx_hang(tx_ring) && ixgbe_check_tx_hang(tx_ring)) { in ixgbe_clean_tx_irq()

Completed in 49 milliseconds