Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h100 #define check_for_tx_hang(ring) \ macro
Dixgbevf_main.c388 if (check_for_tx_hang(tx_ring) && ixgbevf_check_tx_hang(tx_ring)) { in ixgbevf_clean_tx_irq()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k.h71 #define check_for_tx_hang(ring) \ macro
Dfm10k_netdev.c699 if (check_for_tx_hang(tx_ring) && fm10k_check_tx_hang(tx_ring)) in fm10k_tx_timeout()
Dfm10k_main.c1302 if (check_for_tx_hang(tx_ring) && fm10k_check_tx_hang(tx_ring)) { in fm10k_clean_tx_irq()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h246 #define check_for_tx_hang(ring) \ macro
Dixgbe_main.c1190 if (check_for_tx_hang(tx_ring) && ixgbe_check_tx_hang(tx_ring)) { in ixgbe_clean_tx_irq()