Home
last modified time | relevance | path

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

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