Searched refs:MLX5E_DECLARE_CH_STAT (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 2085 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, events) }, 2086 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, poll) }, 2087 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, arm) }, 2088 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, aff_change) }, 2089 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, force_irq) }, 2090 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, eq_rearm) },
|
D | en_stats.h | 52 #define MLX5E_DECLARE_CH_STAT(type, fld) "ch%d_"#fld, offsetof(type, fld) macro
|