Home
last modified time | relevance | path

Searched refs:tso_bytes (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_ethtool.c119 u64 tso_bytes; in mana_get_ethtool_stats() local
164 tso_bytes = tx_stats->tso_bytes; in mana_get_ethtool_stats()
177 data[i++] = tso_bytes; in mana_get_ethtool_stats()
H A Dmana_en.c308 tx_stats->tso_bytes += skb->len - gso_hs; in mana_start_xmit()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.c132 IONIC_TX_STAT_DESC(tso_bytes),
169 stats->tx_tso_bytes += txstats->tso_bytes; in ionic_add_lif_txq_stats()
H A Dionic_lif.h31 u64 tso_bytes; member
H A Dionic_txrx.c1118 stats->tso_bytes = len; in ionic_tx_tso()
/openbmc/linux/drivers/s390/net/
H A Dqeth_ethtool.c39 QETH_TXQ_STAT("TSO bytes", tso_bytes),
H A Dqeth_core.h471 u64 tso_bytes; member
H A Dqeth_core_main.c1376 QETH_TXQ_STAT_ADD(queue, tso_bytes, bytes); in qeth_tx_complete_buf()
/openbmc/linux/include/net/mana/
H A Dmana.h69 u64 tso_bytes; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h407 u64 tso_bytes; member
H A Den_stats.c413 s->tx_tso_bytes += sq_stats->tso_bytes; in mlx5e_stats_grp_sw_update_stats_sq()
2042 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, tso_bytes) },
2193 { MLX5E_DECLARE_QOS_TX_STAT(struct mlx5e_sq_stats, tso_bytes) },
H A Den_tx.c174 stats->tso_bytes += skb->len - ihs - *hopbyhop; in mlx5e_tx_get_gso_ihs()