Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_port.c152 struct mlx4_counter tmp_counter_stats; in mlx4_en_DUMP_ETH_STATS() local
314 memset(&tmp_counter_stats, 0, sizeof(tmp_counter_stats)); in mlx4_en_DUMP_ETH_STATS()
317 &tmp_counter_stats, reset); in mlx4_en_DUMP_ETH_STATS()
337 if (tmp_counter_stats.counter_mode == 0) { in mlx4_en_DUMP_ETH_STATS()
338 priv->pf_stats.rx_bytes = be64_to_cpu(tmp_counter_stats.rx_bytes); in mlx4_en_DUMP_ETH_STATS()
339 priv->pf_stats.tx_bytes = be64_to_cpu(tmp_counter_stats.tx_bytes); in mlx4_en_DUMP_ETH_STATS()
340 priv->pf_stats.rx_packets = be64_to_cpu(tmp_counter_stats.rx_frames); in mlx4_en_DUMP_ETH_STATS()
341 priv->pf_stats.tx_packets = be64_to_cpu(tmp_counter_stats.tx_frames); in mlx4_en_DUMP_ETH_STATS()