Home
last modified time | relevance | path

Searched refs:vport_rx_bytes (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h481 u64 vport_rx_bytes; member
512 vf_vport->rx_bytes = rep_stats->vport_rx_bytes; in mlx5e_stats_copy_rep_stats()
Den_rep.c98 { MLX5E_DECLARE_STAT(struct mlx5e_rep_stats, vport_rx_bytes) },
237 rep_stats->vport_rx_bytes = in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c158 dbytes = priv->stats.rep_stats.vport_rx_bytes - rpriv->prev_vf_vport_stats.rx_bytes; in mlx5e_tc_stats_matchall()