Searched refs:mlx5e_rep_stats (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rep.c | 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) }, 102 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, 104 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, tx_vport_rdma_unicast_bytes) }, 105 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, 107 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, [all …]
|
H A D | en_stats.h | 466 struct mlx5e_rep_stats { struct 488 struct mlx5e_rep_stats rep_stats; argument 492 struct mlx5e_rep_stats *rep_stats) in mlx5e_stats_copy_rep_stats()
|