Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h428 u64 tx_tso_err; member
H A Dhns3_enet.c1649 hns3_ring_stats_update(ring, tx_tso_err); in hns3_handle_csum_partial()
2510 stats->tx_dropped += ring->stats.tx_tso_err; in hns3_fetch_stats()
2520 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-6.15/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.c2688 tx_stats(txo)->tx_tso_err++; in lancer_update_tx_err()