Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h359 u64 tx_l4_proto_err; member
Dhns3_enet.c1045 ring->stats.tx_l4_proto_err++; in hns3_fill_skb_desc()
1656 tx_drop += ring->stats.tx_l4_proto_err; in hns3_nic_get_stats64()
1661 tx_errors += ring->stats.tx_l4_proto_err; in hns3_nic_get_stats64()
Dhns3_ethtool.c39 HNS3_TQP_STAT("l4_proto_err", tx_l4_proto_err),