Searched refs:MLX5E_DECLARE_CH_STAT (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 1199 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, events) }, 1200 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, poll) }, 1201 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, arm) }, 1202 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, aff_change) }, 1203 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, eq_rearm) },
|
D | en_stats.h | 49 #define MLX5E_DECLARE_CH_STAT(type, fld) "ch%d_"#fld, offsetof(type, fld) macro
|