Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c3690 stats->rx_packets = PPORT_802_3_GET(pstats, a_frames_received_ok); in mlx5e_get_stats()
3691 stats->rx_bytes = PPORT_802_3_GET(pstats, a_octets_received_ok); in mlx5e_get_stats()
3692 stats->tx_packets = PPORT_802_3_GET(pstats, a_frames_transmitted_ok); in mlx5e_get_stats()
3693 stats->tx_bytes = PPORT_802_3_GET(pstats, a_octets_transmitted_ok); in mlx5e_get_stats()
3706 PPORT_802_3_GET(pstats, a_in_range_length_errors) + in mlx5e_get_stats()
3707 PPORT_802_3_GET(pstats, a_out_of_range_length_field) + in mlx5e_get_stats()
3708 PPORT_802_3_GET(pstats, a_frame_too_long_errors) + in mlx5e_get_stats()
3711 PPORT_802_3_GET(pstats, a_frame_check_sequence_errors); in mlx5e_get_stats()
3712 stats->rx_frame_errors = PPORT_802_3_GET(pstats, a_alignment_errors); in mlx5e_get_stats()
A Den_stats.h293 #define PPORT_802_3_GET(pstats, c) \ macro

Completed in 15 milliseconds