Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h427 u64 tx_l2l3l4_err; member
H A Dhns3_enet.c1654 hns3_ring_stats_update(ring, tx_l2l3l4_err); in hns3_handle_csum_partial()
2554 stats->tx_dropped += ring_stats.tx_l2l3l4_err; in hns3_fetch_stats()
2564 stats->tx_errors += ring_stats.tx_l2l3l4_err; in hns3_fetch_stats()
H A Dhns3_ethtool.c34 HNS3_TQP_STAT("l2l3l4_err", tx_l2l3l4_err),