Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h426 u64 tx_l4_proto_err; member
Dhns3_enet.c1627 hns3_ring_stats_update(ring, tx_l4_proto_err); in hns3_handle_csum_partial()
2502 stats->tx_dropped += ring->stats.tx_l4_proto_err; in hns3_fetch_stats()
2512 stats->tx_errors += ring->stats.tx_l4_proto_err; in hns3_fetch_stats()
Dhns3_ethtool.c32 HNS3_TQP_STAT("l4_proto_err", tx_l4_proto_err),