Searched refs:mlx5e_sw_stats (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A 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 …]
|
H A D | en_rep.c | 88 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) }, 89 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) }, 90 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) }, 91 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) }, 145 struct mlx5e_sw_stats *s = &priv->stats.sw; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
|
H A D | en_stats.h | 134 struct mlx5e_sw_stats { struct 482 struct mlx5e_sw_stats sw;
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 151 struct mlx5e_sw_stats *sstats = &priv->stats.sw; in mlx5i_get_stats()
|