PPORT_802_3_GET  3595 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		stats->rx_packets = PPORT_802_3_GET(pstats, a_frames_received_ok);
PPORT_802_3_GET  3596 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		stats->rx_bytes   = PPORT_802_3_GET(pstats, a_octets_received_ok);
PPORT_802_3_GET  3597 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		stats->tx_packets = PPORT_802_3_GET(pstats, a_frames_transmitted_ok);
PPORT_802_3_GET  3598 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		stats->tx_bytes   = PPORT_802_3_GET(pstats, a_octets_transmitted_ok);
PPORT_802_3_GET  3606 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		PPORT_802_3_GET(pstats, a_in_range_length_errors) +
PPORT_802_3_GET  3607 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		PPORT_802_3_GET(pstats, a_out_of_range_length_field) +
PPORT_802_3_GET  3608 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		PPORT_802_3_GET(pstats, a_frame_too_long_errors);
PPORT_802_3_GET  3610 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		PPORT_802_3_GET(pstats, a_frame_check_sequence_errors);
PPORT_802_3_GET  3611 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	stats->rx_frame_errors = PPORT_802_3_GET(pstats, a_alignment_errors);
PPORT_802_3_GET   167 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	vport_stats->rx_packets = PPORT_802_3_GET(pstats, a_frames_received_ok);
PPORT_802_3_GET   168 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	vport_stats->rx_bytes   = PPORT_802_3_GET(pstats, a_octets_received_ok);
PPORT_802_3_GET   169 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	vport_stats->tx_packets = PPORT_802_3_GET(pstats, a_frames_transmitted_ok);
PPORT_802_3_GET   170 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	vport_stats->tx_bytes   = PPORT_802_3_GET(pstats, a_octets_transmitted_ok);