Searched refs:tmp_counter_stats (Results 1 – 1 of 1) sorted by relevance
185 struct mlx4_counter tmp_counter_stats; in mlx4_en_DUMP_ETH_STATS() local216 memset(&tmp_counter_stats, 0, sizeof(tmp_counter_stats)); in mlx4_en_DUMP_ETH_STATS()219 &tmp_counter_stats, reset); in mlx4_en_DUMP_ETH_STATS()393 if (tmp_counter_stats.counter_mode == 0) { in mlx4_en_DUMP_ETH_STATS()394 priv->pf_stats.rx_bytes = be64_to_cpu(tmp_counter_stats.rx_bytes); in mlx4_en_DUMP_ETH_STATS()395 priv->pf_stats.tx_bytes = be64_to_cpu(tmp_counter_stats.tx_bytes); in mlx4_en_DUMP_ETH_STATS()396 priv->pf_stats.rx_packets = be64_to_cpu(tmp_counter_stats.rx_frames); in mlx4_en_DUMP_ETH_STATS()397 priv->pf_stats.tx_packets = be64_to_cpu(tmp_counter_stats.tx_frames); in mlx4_en_DUMP_ETH_STATS()