tx_l4_proto_err  1069 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 			ring->stats.tx_l4_proto_err++;
tx_l4_proto_err  1521 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 			tx_drop += ring->stats.tx_l4_proto_err;
tx_l4_proto_err  1526 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 			tx_errors += ring->stats.tx_l4_proto_err;
tx_l4_proto_err   382 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h 			u64 tx_l4_proto_err;
tx_l4_proto_err    34 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	HNS3_TQP_STAT("l4_proto_err", tx_l4_proto_err),