Home
last modified time | relevance | path

Searched refs:MLX5E_DECLARE_STAT (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A 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) },
52 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_sw_stats, ipsec_rx_drop_sp_alloc) },
53 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_sw_stats, ipsec_rx_drop_sadb_miss) },
[all …]
H A Dmacsec_stats.c11 { MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_rx_pkts) },
12 { MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_rx_bytes) },
13 { MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_rx_pkts_drop) },
14 { MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_rx_bytes_drop) },
15 { MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_tx_pkts) },
16 { MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_tx_bytes) },
17 { MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_tx_pkts_drop) },
18 { MLX5E_DECLARE_STAT(struct mlx5_macsec_stats, macsec_tx_bytes_drop) },
H A Dktls_stats.c42 { MLX5E_DECLARE_STAT(struct mlx5e_tls_sw_stats, tx_tls_ctx) },
43 { MLX5E_DECLARE_STAT(struct mlx5e_tls_sw_stats, tx_tls_del) },
44 { MLX5E_DECLARE_STAT(struct mlx5e_tls_sw_stats, tx_tls_pool_alloc) },
45 { MLX5E_DECLARE_STAT(struct mlx5e_tls_sw_stats, tx_tls_pool_free) },
46 { MLX5E_DECLARE_STAT(struct mlx5e_tls_sw_stats, rx_tls_ctx) },
47 { MLX5E_DECLARE_STAT(struct mlx5e_tls_sw_stats, rx_tls_del) },
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c114 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
115 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
116 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
117 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
118 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_packets) },
119 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_bytes) },
120 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_packets) },
121 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_bytes) },
122 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_added_vlan_packets) },
123 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) },
[all …]
H A Den_rep.c90 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
91 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
92 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
93 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
97 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, vport_rx_packets) },
98 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, vport_rx_bytes) },
99 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, vport_tx_packets) },
100 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, vport_tx_bytes) },
101 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats,
103 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, rx_vport_rdma_unicast_bytes) },
[all …]
H A Den_stats.h45 #define MLX5E_DECLARE_STAT(type, fld) #fld, offsetof(type, fld) macro