Home
last modified time | relevance | path

Searched refs:mlx5e_sw_stats (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c104 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
105 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
106 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
107 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
108 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_packets) },
109 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_bytes) },
110 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_packets) },
111 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_bytes) },
112 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_added_vlan_packets) },
113 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) },
[all …]
Den_rep.c83 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
84 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
85 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
86 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
133 struct mlx5e_sw_stats *s = &priv->stats.sw; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
Den_stats.h132 struct mlx5e_sw_stats { struct
424 struct mlx5e_sw_stats sw;
/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c117 struct mlx5e_sw_stats s = { 0 }; in mlx5i_grp_sw_update_stats()
145 struct mlx5e_sw_stats *sstats = &priv->stats.sw; in mlx5i_get_stats()