Searched refs:MLX5E_DECLARE_CH_STAT (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 2202 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, events) }, 2203 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, poll) }, 2204 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, arm) }, 2205 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, aff_change) }, 2206 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, force_irq) }, 2207 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, eq_rearm) },
|
H A D | en_stats.h | 52 #define MLX5E_DECLARE_CH_STAT(type, fld) "ch%d_"#fld, offsetof(type, fld) macro
|