Home
last modified time | relevance | path

Searched refs:tx_tso_frames (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h66 u64_stats_t tx_tso_frames; member
H A Dstmmac_ethtool.c717 data[j++] += u64_stats_read(&q_snapshot.tx_tso_frames); in stmmac_get_ethtool_stats()
H A Dstmmac_main.c4482 u64_stats_inc(&txq_stats->q.tx_tso_frames); in stmmac_tso_xmit()
/linux-6.15/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h384 __u64 tx_tso_frames; member
H A Ddpaa2-eth.c1435 percpu_extras->tx_tso_frames += num_fds; in __dpaa2_eth_tx()