Searched refs:mlx5e_sw_stats (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 114 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) }, 115 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) }, 116 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) }, 117 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) }, 118 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_packets) }, 119 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_bytes) }, 120 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_packets) }, 121 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_bytes) }, 122 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_added_vlan_packets) }, 123 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) }, [all …]
|
D | en_rep.c | 90 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) }, 91 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) }, 92 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) }, 93 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) }, 155 struct mlx5e_sw_stats *s = &priv->stats.sw; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
|
D | en_stats.h | 138 struct mlx5e_sw_stats { struct 497 struct mlx5e_sw_stats sw;
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 151 struct mlx5e_sw_stats *sstats = &priv->stats.sw; in mlx5i_get_stats()
|