Searched refs:MLX5E_DECLARE_CH_STAT (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_stats.c | 2102 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, events) }, 2103 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, poll) }, 2104 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, arm) }, 2105 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, aff_change) }, 2106 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, force_irq) }, 2107 { MLX5E_DECLARE_CH_STAT(struct mlx5e_ch_stats, eq_rearm) },
|
A D | en_stats.h | 52 #define MLX5E_DECLARE_CH_STAT(type, fld) "ch%d_"#fld, offsetof(type, fld) macro
|
Completed in 11 milliseconds