Home
last modified time | relevance | path

Searched refs:fm10k_check_tx_hang (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k.h448 bool fm10k_check_tx_hang(struct fm10k_ring *tx_ring);
Dfm10k_main.c1169 bool fm10k_check_tx_hang(struct fm10k_ring *tx_ring) in fm10k_check_tx_hang() function
1315 if (check_for_tx_hang(tx_ring) && fm10k_check_tx_hang(tx_ring)) { in fm10k_clean_tx_irq()
Dfm10k_netdev.c697 if (check_for_tx_hang(tx_ring) && fm10k_check_tx_hang(tx_ring)) in fm10k_tx_timeout()