Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_stats.c2117 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, packets) },
2118 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, bytes) },
2120 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, tso_bytes) },
2126 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, nop) },
2133 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, tls_ooo) },
2142 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, stopped) },
2143 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, dropped) },
2145 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, recover) },
2146 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, cqes) },
2147 { 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 14 milliseconds