Searched refs:mlx5e_rep_stats (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rep.c | 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) }, 104 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, 106 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, tx_vport_rdma_unicast_bytes) }, 107 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, 109 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, [all …]
|
D | en_stats.h | 478 struct mlx5e_rep_stats { struct 503 struct mlx5e_rep_stats rep_stats; argument 507 struct mlx5e_rep_stats *rep_stats) in mlx5e_stats_copy_rep_stats()
|