Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dvirtio_net.c2596 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local
2604 terrors = u64_stats_read(&sq->stats.tx_timeouts); in virtnet_stats()
2619 tot->tx_errors += terrors; in virtnet_stats()