Home
last modified time | relevance | path

Searched refs:tx_l2l3l4_err (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h359 u64 tx_l2l3l4_err; member
H A Dhns3_enet.c1061 ring->stats.tx_l2l3l4_err++; in hns3_fill_skb_desc()
1689 tx_drop += ring->stats.tx_l2l3l4_err; in hns3_nic_get_stats64()
1696 tx_errors += ring->stats.tx_l2l3l4_err; in hns3_nic_get_stats64()
H A Dhns3_ethtool.c40 HNS3_TQP_STAT("l2l3l4_err", tx_l2l3l4_err),
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h425 u64 tx_l2l3l4_err; member
H A Dhns3_ethtool.c33 HNS3_TQP_STAT("l2l3l4_err", tx_l2l3l4_err),
H A Dhns3_enet.c1635 hns3_ring_stats_update(ring, tx_l2l3l4_err); in hns3_handle_csum_partial()
2507 stats->tx_dropped += ring->stats.tx_l2l3l4_err; in hns3_fetch_stats()
2517 stats->tx_errors += ring->stats.tx_l2l3l4_err; in hns3_fetch_stats()

Completed in 26 milliseconds