Symbol: mlx5_macsec_stats
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_stats.c
11
{ MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_rx_pkts) },
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_stats.c
12
{ MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_rx_bytes) },
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_stats.c
13
{ MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_rx_pkts_drop) },
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_stats.c
14
{ MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_rx_bytes_drop) },
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_stats.c
15
{ MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_tx_pkts) },
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_stats.c
16
{ MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_tx_bytes) },
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_stats.c
17
{ MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_tx_pkts_drop) },
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_stats.c
18
{ MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_tx_bytes_drop) },
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
184
struct mlx5_macsec_stats stats;
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
2033
struct mlx5_macsec_stats *stats = (struct mlx5_macsec_stats *)macsec_stats;
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
2055
struct mlx5_macsec_stats *mlx5_macsec_fs_get_stats(struct mlx5_macsec_fs *macsec_fs)
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.h
74
struct mlx5_macsec_stats *mlx5_macsec_fs_get_stats(struct mlx5_macsec_fs *macsec_fs);