Searched refs:mlx5e_sw_stats (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 103 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) }, 104 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) }, 105 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) }, 106 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) }, 107 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_packets) }, 108 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_bytes) }, 109 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_packets) }, 110 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_bytes) }, 111 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_added_vlan_packets) }, 112 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) }, [all …]
|
D | en_rep.c | 85 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) }, 86 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) }, 87 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) }, 88 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) }, 135 struct mlx5e_sw_stats *s = &priv->stats.sw; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
|
D | en_stats.h | 113 struct mlx5e_sw_stats { struct 402 struct mlx5e_sw_stats sw;
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 120 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()
|