Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
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) },
55 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_sw_stats, ipsec_tx_drop_bundle) },
57 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_sw_stats, ipsec_tx_drop_not_ip) },
[all …]
A Dmacsec_stats.c11 { MLX5E_DECLARE_STAT(struct mlx5e_macsec_stats, macsec_rx_pkts) },
12 { MLX5E_DECLARE_STAT(struct mlx5e_macsec_stats, macsec_rx_bytes) },
13 { MLX5E_DECLARE_STAT(struct mlx5e_macsec_stats, macsec_rx_pkts_drop) },
14 { MLX5E_DECLARE_STAT(struct mlx5e_macsec_stats, macsec_rx_bytes_drop) },
15 { MLX5E_DECLARE_STAT(struct mlx5e_macsec_stats, macsec_tx_pkts) },
16 { MLX5E_DECLARE_STAT(struct mlx5e_macsec_stats, macsec_tx_bytes) },
17 { MLX5E_DECLARE_STAT(struct mlx5e_macsec_stats, macsec_tx_pkts_drop) },
18 { MLX5E_DECLARE_STAT(struct mlx5e_macsec_stats, macsec_tx_bytes_drop) },
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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_stats.c109 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
110 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
111 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
112 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
118 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) },
125 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tls_ooo) },
164 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_recover) },
165 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_cqes) },
215 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, ch_events) },
216 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, ch_poll) },
[all …]
A Den_rep.c82 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) },
83 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) },
84 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) },
85 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) },
90 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, vport_rx_bytes) },
93 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats,
96 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats,
99 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats,
101 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats,
103 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats,
[all …]
A Den_stats.h45 #define MLX5E_DECLARE_STAT(type, fld) #fld, offsetof(type, fld) macro

Completed in 17 milliseconds