Searched refs:mlx5e_sw_stats (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A 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) }, 118 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_nop) }, 165 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_cqes) }, 216 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, ch_poll) }, 217 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, ch_arm) }, 444 struct mlx5e_sw_stats *s) in mlx5e_stats_grp_sw_update_stats_ptp() 470 struct mlx5e_sw_stats *s) in mlx5e_stats_grp_sw_update_stats_qos() [all …]
|
A D | en_rep.c | 82 { 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) }, 139 struct mlx5e_sw_stats *s = &priv->stats.sw; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
|
A D | en_stats.h | 134 struct mlx5e_sw_stats { struct 483 struct mlx5e_sw_stats sw;
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
A D | ipoib.c | 152 struct mlx5e_sw_stats *sstats = &priv->stats.sw; in mlx5i_get_stats()
|
Completed in 16 milliseconds