Searched refs:mlx5e_sw_stats (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 109 { 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 …]
|
D | en_rep.c | 82 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) }, 83 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) }, 84 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) }, 85 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) }, 132 struct mlx5e_sw_stats *s = &priv->stats.sw; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
|
D | en_stats.h | 132 struct mlx5e_sw_stats { struct 465 struct mlx5e_sw_stats sw;
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 148 struct mlx5e_sw_stats *sstats = &priv->stats.sw; in mlx5i_get_stats()
|