Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h358 u64 tx_l4_proto_err; member
H A Dhns3_enet.c1051 ring->stats.tx_l4_proto_err++; in hns3_fill_skb_desc()
1688 tx_drop += ring->stats.tx_l4_proto_err; in hns3_nic_get_stats64()
1695 tx_errors += ring->stats.tx_l4_proto_err; in hns3_nic_get_stats64()
H A Dhns3_ethtool.c39 HNS3_TQP_STAT("l4_proto_err", tx_l4_proto_err),
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h424 u64 tx_l4_proto_err; member
H A Dhns3_ethtool.c32 HNS3_TQP_STAT("l4_proto_err", tx_l4_proto_err),
H A Dhns3_enet.c1627 hns3_ring_stats_update(ring, tx_l4_proto_err); in hns3_handle_csum_partial()
2506 stats->tx_dropped += ring->stats.tx_l4_proto_err; in hns3_fetch_stats()
2516 stats->tx_errors += ring->stats.tx_l4_proto_err; in hns3_fetch_stats()

Completed in 21 milliseconds