Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h433 u64 copy_bits_err; member
H A Dhns3_enet.c2173 hns3_ring_stats_update(ring, copy_bits_err); in hns3_handle_tx_bounce()
2511 stats->tx_dropped += ring->stats.copy_bits_err; in hns3_fetch_stats()
2521 stats->tx_errors += ring->stats.copy_bits_err; in hns3_fetch_stats()
H A Dhns3_ethtool.c39 HNS3_TQP_STAT("copy_bits_err", copy_bits_err),