Home
last modified time | relevance | path

Searched refs:mlx5e_ipsec_hw_stats (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_stats.c41 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_rx_pkts) },
42 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_rx_bytes) },
43 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_rx_drop_pkts) },
44 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_rx_drop_bytes) },
45 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_tx_pkts) },
46 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_tx_bytes) },
47 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_tx_drop_pkts) },
48 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_tx_drop_bytes) },
Dipsec.h126 struct mlx5e_ipsec_hw_stats { struct
230 struct mlx5e_ipsec_hw_stats hw_stats;
Dipsec_fs.c2056 struct mlx5e_ipsec_hw_stats *stats; in mlx5e_accel_ipsec_fs_read_stats()
2060 stats = (struct mlx5e_ipsec_hw_stats *)ipsec_stats; in mlx5e_accel_ipsec_fs_read_stats()