tmp_counter_stats 185 drivers/net/ethernet/mellanox/mlx4/en_port.c struct mlx4_counter tmp_counter_stats; tmp_counter_stats 216 drivers/net/ethernet/mellanox/mlx4/en_port.c memset(&tmp_counter_stats, 0, sizeof(tmp_counter_stats)); tmp_counter_stats 219 drivers/net/ethernet/mellanox/mlx4/en_port.c &tmp_counter_stats, reset); tmp_counter_stats 389 drivers/net/ethernet/mellanox/mlx4/en_port.c if (tmp_counter_stats.counter_mode == 0) { tmp_counter_stats 390 drivers/net/ethernet/mellanox/mlx4/en_port.c priv->pf_stats.rx_bytes = be64_to_cpu(tmp_counter_stats.rx_bytes); tmp_counter_stats 391 drivers/net/ethernet/mellanox/mlx4/en_port.c priv->pf_stats.tx_bytes = be64_to_cpu(tmp_counter_stats.tx_bytes); tmp_counter_stats 392 drivers/net/ethernet/mellanox/mlx4/en_port.c priv->pf_stats.rx_packets = be64_to_cpu(tmp_counter_stats.rx_frames); tmp_counter_stats 393 drivers/net/ethernet/mellanox/mlx4/en_port.c priv->pf_stats.tx_packets = be64_to_cpu(tmp_counter_stats.tx_frames);