Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c39 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
40 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
41 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
42 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
43 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_packets) },
44 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_bytes) },
45 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_packets) },
46 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_bytes) },
47 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_added_vlan_packets) },
48 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) },
[all …]
Den_stats.h58 struct mlx5e_sw_stats { struct
316 struct mlx5e_sw_stats sw;
Den_rep.c95 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
96 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
97 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
98 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
175 struct mlx5e_sw_stats *s = &priv->stats.sw; in mlx5e_rep_update_sw_counters()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c120 struct mlx5e_sw_stats s = { 0 }; in mlx5i_grp_sw_update_stats()
148 struct mlx5e_sw_stats *sstats = &priv->stats.sw; in mlx5i_get_stats()