Searched refs:vf_vport (Results 1 – 1 of 1) sorted by relevance
506 static inline void mlx5e_stats_copy_rep_stats(struct rtnl_link_stats64 *vf_vport, in mlx5e_stats_copy_rep_stats() argument509 memset(vf_vport, 0, sizeof(*vf_vport)); in mlx5e_stats_copy_rep_stats()510 vf_vport->rx_packets = rep_stats->vport_rx_packets; in mlx5e_stats_copy_rep_stats()511 vf_vport->tx_packets = rep_stats->vport_tx_packets; in mlx5e_stats_copy_rep_stats()512 vf_vport->rx_bytes = rep_stats->vport_rx_bytes; in mlx5e_stats_copy_rep_stats()513 vf_vport->tx_bytes = rep_stats->vport_tx_bytes; in mlx5e_stats_copy_rep_stats()514 vf_vport->rx_missed_errors = rep_stats->rx_vport_out_of_buffer; in mlx5e_stats_copy_rep_stats()