Searched refs:mlx5e_sw_stats (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_stats.c | 112 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) }, 113 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) }, 114 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) }, 115 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) }, 116 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_packets) }, 117 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_bytes) }, 118 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_packets) }, 119 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_bytes) }, 120 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_added_vlan_packets) }, 121 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) }, [all …]
|
| H A D | en_rep.c | 92 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) }, 93 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) }, 94 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) }, 95 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) }, 157 struct mlx5e_sw_stats *s = &priv->stats.sw; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
|
| H A D | en_stats.h | 139 struct mlx5e_sw_stats { struct 498 struct mlx5e_sw_stats sw;
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| H A D | ipoib.c | 172 struct mlx5e_sw_stats *sstats = &priv->stats.sw; in mlx5i_get_stats()
|