Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h428 u64 tx_tso_err; member
H A Dhns3_enet.c1642 hns3_ring_stats_update(ring, tx_tso_err); in hns3_handle_csum_partial()
2508 stats->tx_dropped += ring->stats.tx_tso_err; in hns3_fetch_stats()
2518 stats->tx_errors += ring->stats.tx_tso_err; in hns3_fetch_stats()
H A Dhns3_ethtool.c34 HNS3_TQP_STAT("tso_err", tx_tso_err),
/openbmc/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.c2688 tx_stats(txo)->tx_tso_err++; in lancer_update_tx_err()