Home
last modified time | relevance | path

Searched refs:MLX5E_DECLARE_RX_STAT (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_stats.c1955 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, packets) },
1956 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, bytes) },
1962 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, csum_none) },
1963 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, xdp_drop) },
1966 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, lro_bytes) },
1969 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, gro_skbs) },
1972 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, ecn_mark) },
1974 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, wqe_err) },
1987 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, arfs_err) },
1988 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, recover) },
[all …]
A Den_stats.h46 #define MLX5E_DECLARE_RX_STAT(type, fld) "rx%d_"#fld, offsetof(type, fld) macro

Completed in 10 milliseconds