Searched refs:MLX5E_DECLARE_STAT (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
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_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 …]
|
D | macsec_stats.c | 11 { 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) },
|
D | ktls_stats.c | 42 { 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.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 109 { 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) }, 113 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_packets) }, 114 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_bytes) }, 115 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_packets) }, 116 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_tso_inner_bytes) }, 117 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_added_vlan_packets) }, 118 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) }, [all …]
|
D | en_rep.c | 88 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_packets) }, 89 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_bytes) }, 90 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_packets) }, 91 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_bytes) }, 95 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, vport_rx_packets) }, 96 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, vport_rx_bytes) }, 97 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, vport_tx_packets) }, 98 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, vport_tx_bytes) }, 99 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, 101 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, rx_vport_rdma_unicast_bytes) }, [all …]
|
D | en_stats.h | 45 #define MLX5E_DECLARE_STAT(type, fld) #fld, offsetof(type, fld) macro
|