Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h480 bool fm10k_check_tx_hang(struct fm10k_ring *tx_ring);
H A Dfm10k_main.c1129 bool fm10k_check_tx_hang(struct fm10k_ring *tx_ring) in fm10k_check_tx_hang() function
1276 if (check_for_tx_hang(tx_ring) && fm10k_check_tx_hang(tx_ring)) { in fm10k_clean_tx_irq()
H A Dfm10k_netdev.c597 if (check_for_tx_hang(tx_ring) && fm10k_check_tx_hang(tx_ring)) in fm10k_tx_timeout()