Home
last modified time | relevance | path

Searched refs:tx_tso_err (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h428 u64 tx_tso_err; member
H A Dhns3_enet.c1661 hns3_ring_stats_update(ring, tx_tso_err); in hns3_handle_csum_partial()
2555 stats->tx_dropped += ring_stats.tx_tso_err; in hns3_fetch_stats()
2565 stats->tx_errors += ring_stats.tx_tso_err; in hns3_fetch_stats()
H A Dhns3_ethtool.c35 HNS3_TQP_STAT("tso_err", tx_tso_err),
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h219 u32 tx_tso_err; member
H A Dbe_ethtool.c178 {DRVSTAT_TX_INFO(tx_tso_err)},
H A Dbe_main.c2691 tx_stats(txo)->tx_tso_err++; in lancer_update_tx_err()