Searched refs:MLX5E_DECLARE_CH_STAT (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 1546 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, events) }, 1547 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, poll) }, 1548 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, arm) }, 1549 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, aff_change) }, 1550 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, force_irq) }, 1551 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, eq_rearm) },
|
D | en_stats.h | 51 #define MLX5E_DECLARE_CH_STAT(type, fld) "ch%d_"#fld, offsetof(type, fld) macro
|