Searched refs:tso_bytes (Results 1 – 12 of 12) sorted by relevance
159 u64 tso_bytes; in mana_get_ethtool_stats() local204 tso_bytes = tx_stats->tso_bytes; in mana_get_ethtool_stats()217 data[i++] = tso_bytes; in mana_get_ethtool_stats()
308 tx_stats->tso_bytes += skb->len - gso_hs; in mana_start_xmit()
138 IONIC_TX_STAT_DESC(tso_bytes),181 stats->tx_tso_bytes += txstats->tso_bytes; in ionic_add_lif_txq_stats()
31 u64 tso_bytes; member
1543 stats->tso_bytes = len; in ionic_tx_tso()
39 QETH_TXQ_STAT("TSO bytes", tso_bytes),
471 u64 tso_bytes; member
1376 QETH_TXQ_STAT_ADD(queue, tso_bytes, bytes); in qeth_tx_complete_buf()
81 u64 tso_bytes; member
417 u64 tso_bytes; member
424 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) },
174 stats->tso_bytes += skb->len - ihs - *hopbyhop; in mlx5e_tx_get_gso_ihs()
Completed in 50 milliseconds