Home
last modified time | relevance | path

Searched refs:MLX5E_DECLARE_TX_STAT (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_stats.c2017 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, packets) },
2018 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, bytes) },
2020 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, tso_bytes) },
2026 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, nop) },
2032 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, tls_ooo) },
2041 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, stopped) },
2042 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, dropped) },
2044 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, recover) },
2045 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, cqes) },
2046 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, wake) },
[all …]
A Den_stats.h47 #define MLX5E_DECLARE_TX_STAT(type, fld) "tx%d_"#fld, offsetof(type, fld) macro

Completed in 11 milliseconds