Searched refs:mlx5e_ipsec_hw_stats (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_stats.c | 41 { 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_rx_drop_mismatch_sa_sel) }, 46 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_tx_pkts) }, 47 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_tx_bytes) }, 48 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_tx_drop_pkts) }, 49 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_hw_stats, ipsec_tx_drop_bytes) },
|
H A D | ipsec.h | 135 struct mlx5e_ipsec_hw_stats { struct 244 struct mlx5e_ipsec_hw_stats hw_stats; 136 ipsec_rx_pktsmlx5e_ipsec_hw_stats global() argument 137 ipsec_rx_bytesmlx5e_ipsec_hw_stats global() argument 138 ipsec_rx_drop_pktsmlx5e_ipsec_hw_stats global() argument 139 ipsec_rx_drop_bytesmlx5e_ipsec_hw_stats global() argument 140 ipsec_rx_drop_mismatch_sa_selmlx5e_ipsec_hw_stats global() argument 141 ipsec_tx_pktsmlx5e_ipsec_hw_stats global() argument 142 ipsec_tx_bytesmlx5e_ipsec_hw_stats global() argument 143 ipsec_tx_drop_pktsmlx5e_ipsec_hw_stats global() argument 144 ipsec_tx_drop_bytesmlx5e_ipsec_hw_stats global() argument
|
H A D | ipsec_fs.c | 2489 struct mlx5e_ipsec_hw_stats *stats; in mlx5e_accel_ipsec_fs_read_stats() 2493 stats = (struct mlx5e_ipsec_hw_stats *)ipsec_stats; in mlx5e_accel_ipsec_fs_read_stats()
|