Searched refs:vf_vport (Results 1 – 1 of 1) sorted by relevance
491 static inline void mlx5e_stats_copy_rep_stats(struct rtnl_link_stats64 *vf_vport, in mlx5e_stats_copy_rep_stats() argument494 memset(vf_vport, 0, sizeof(*vf_vport)); in mlx5e_stats_copy_rep_stats()495 vf_vport->rx_packets = rep_stats->vport_rx_packets; in mlx5e_stats_copy_rep_stats()496 vf_vport->tx_packets = rep_stats->vport_tx_packets; in mlx5e_stats_copy_rep_stats()497 vf_vport->rx_bytes = rep_stats->vport_rx_bytes; in mlx5e_stats_copy_rep_stats()498 vf_vport->tx_bytes = rep_stats->vport_tx_bytes; in mlx5e_stats_copy_rep_stats()