Searched refs:MLX5E_DECLARE_RX_STAT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 1976 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, packets) }, 1977 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, bytes) }, 1983 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, csum_none) }, 1984 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, xdp_drop) }, 1990 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, gro_skbs) }, 1993 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, ecn_mark) }, 1995 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, wqe_err) }, 2004 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, arfs_add) }, 2008 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, arfs_err) }, 2010 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, recover) }, [all …]
|
H A D | en_stats.h | 46 #define MLX5E_DECLARE_RX_STAT(type, fld) "rx%d_"#fld, offsetof(type, fld) macro
|