Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.h21 struct rep_stats { struct
36 struct rep_stats stats; argument
H A Drep.c339 struct rep_stats *stats; in rvu_rep_get_stats()
422 struct rep_stats *stats; in rvu_rep_xmit()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c157 dpkts = priv->stats.rep_stats.vport_rx_packets - rpriv->prev_vf_vport_stats.rx_packets; in mlx5e_tc_stats_matchall()
158 dbytes = priv->stats.rep_stats.vport_rx_bytes - rpriv->prev_vf_vport_stats.rx_bytes; in mlx5e_tc_stats_matchall()
159 mlx5e_stats_copy_rep_stats(&rpriv->prev_vf_vport_stats, &priv->stats.rep_stats); in mlx5e_tc_stats_matchall()