Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c109 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
110 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
111 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
112 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
113 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_packets) },
114 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_bytes) },
115 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_packets) },
116 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_bytes) },
117 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_added_vlan_packets) },
118 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) },
[all …]
Den_rep.c86 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
87 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
88 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
89 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
136 struct mlx5e_sw_stats *s = &priv->stats.sw; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
Den_stats.h132 struct mlx5e_sw_stats { struct
466 struct mlx5e_sw_stats sw;
/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c151 struct mlx5e_sw_stats *sstats = &priv->stats.sw; in mlx5i_get_stats()