Home
last modified time | relevance | path

Searched refs:mlx5e_sw_stats (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c38 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
39 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
40 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
41 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
42 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_packets) },
43 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_bytes) },
44 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_packets) },
45 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_bytes) },
46 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_added_vlan_packets) },
47 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) },
[all …]
Den_stats.h56 struct mlx5e_sw_stats { struct
251 struct mlx5e_sw_stats sw;
Den_rep.c63 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
64 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
65 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
66 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
128 struct mlx5e_sw_stats *s = &priv->stats.sw; in mlx5e_rep_update_sw_counters()
870 struct mlx5e_sw_stats *sstats = &priv->stats.sw; in mlx5e_get_sw_stats64()
Den_main.c3436 struct mlx5e_sw_stats *sstats = &priv->stats.sw; in mlx5e_get_stats()