Searched refs:tso_bytes (Results 1 - 21 of 21) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_ethtool.c | 119 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 D | mana_en.c | 308 tx_stats->tso_bytes += skb->len - gso_hs; in mana_start_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_stats.c | 131 IONIC_TX_STAT_DESC(tso_bytes), 194 stats->tx_tso_bytes += txstats->tso_bytes; in ionic_get_lif_stats()
|
H A D | ionic_lif.h | 25 u64 tso_bytes; member
|
H A D | ionic_txrx.c | 942 stats->tso_bytes += total_bytes; in ionic_tx_tso()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_stats.c | 132 IONIC_TX_STAT_DESC(tso_bytes), 169 stats->tx_tso_bytes += txstats->tso_bytes; in ionic_add_lif_txq_stats()
|
H A D | ionic_lif.h | 31 u64 tso_bytes; member
|
H A D | ionic_txrx.c | 1118 stats->tso_bytes = len; in ionic_tx_tso()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.h | 349 u64 tso_bytes; member
|
H A D | en_stats.c | 365 s->tx_tso_bytes += sq_stats->tso_bytes; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 1568 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, tso_bytes) },
|
H A D | en_tx.c | 206 stats->tso_bytes += skb->len - ihs; in mlx5e_tx_get_gso_ihs()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_ethtool.c | 39 QETH_TXQ_STAT("TSO bytes", tso_bytes),
|
H A D | qeth_core.h | 480 u64 tso_bytes; member
|
H A D | qeth_core_main.c | 1418 QETH_TXQ_STAT_ADD(queue, tso_bytes, bytes); in qeth_tx_complete_buf()
|
/kernel/linux/linux-6.6/include/net/mana/ |
H A D | mana.h | 69 u64 tso_bytes; member
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_ethtool.c | 39 QETH_TXQ_STAT("TSO bytes", tso_bytes),
|
H A D | qeth_core.h | 471 u64 tso_bytes; member
|
H A D | qeth_core_main.c | 1339 QETH_TXQ_STAT_ADD(queue, tso_bytes, bytes); in qeth_tx_complete_buf()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.h | 407 u64 tso_bytes; member
|
H A D | en_stats.c | 413 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 D | en_tx.c | 170 stats->tso_bytes += skb->len - ihs - *hopbyhop; in mlx5e_tx_get_gso_ihs()
|
Completed in 48 milliseconds