Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microsoft/mana/
A Dmana_ethtool.c159 u64 tso_bytes; in mana_get_ethtool_stats() local
204 tso_bytes = tx_stats->tso_bytes; in mana_get_ethtool_stats()
217 data[i++] = tso_bytes; in mana_get_ethtool_stats()
A Dmana_en.c308 tx_stats->tso_bytes += skb->len - gso_hs; in mana_start_xmit()
/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_stats.c138 IONIC_TX_STAT_DESC(tso_bytes),
181 stats->tx_tso_bytes += txstats->tso_bytes; in ionic_add_lif_txq_stats()
A Dionic_lif.h31 u64 tso_bytes; member
A Dionic_txrx.c1543 stats->tso_bytes = len; in ionic_tx_tso()
/linux/drivers/s390/net/
A Dqeth_ethtool.c39 QETH_TXQ_STAT("TSO bytes", tso_bytes),
A Dqeth_core.h471 u64 tso_bytes; member
A Dqeth_core_main.c1376 QETH_TXQ_STAT_ADD(queue, tso_bytes, bytes); in qeth_tx_complete_buf()
/linux/include/net/mana/
A Dmana.h81 u64 tso_bytes; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_stats.h417 u64 tso_bytes; member
A Den_stats.c424 s->tx_tso_bytes += sq_stats->tso_bytes; in mlx5e_stats_grp_sw_update_stats_sq()
2120 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, tso_bytes) },
2273 { MLX5E_DECLARE_QOS_TX_STAT(struct mlx5e_sq_stats, tso_bytes) },
A Den_tx.c174 stats->tso_bytes += skb->len - ihs - *hopbyhop; in mlx5e_tx_get_gso_ihs()

Completed in 45 milliseconds