Searched refs:PPORT_802_3_GET (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.h | 183 #define PPORT_802_3_GET(pstats, c) \ macro
|
D | en_rep.c | 167 vport_stats->rx_packets = PPORT_802_3_GET(pstats, a_frames_received_ok); in mlx5e_uplink_rep_update_hw_counters() 168 vport_stats->rx_bytes = PPORT_802_3_GET(pstats, a_octets_received_ok); in mlx5e_uplink_rep_update_hw_counters() 169 vport_stats->tx_packets = PPORT_802_3_GET(pstats, a_frames_transmitted_ok); in mlx5e_uplink_rep_update_hw_counters() 170 vport_stats->tx_bytes = PPORT_802_3_GET(pstats, a_octets_transmitted_ok); in mlx5e_uplink_rep_update_hw_counters()
|
D | en_main.c | 3563 stats->rx_packets = PPORT_802_3_GET(pstats, a_frames_received_ok); in mlx5e_get_stats() 3564 stats->rx_bytes = PPORT_802_3_GET(pstats, a_octets_received_ok); in mlx5e_get_stats() 3565 stats->tx_packets = PPORT_802_3_GET(pstats, a_frames_transmitted_ok); in mlx5e_get_stats() 3566 stats->tx_bytes = PPORT_802_3_GET(pstats, a_octets_transmitted_ok); in mlx5e_get_stats() 3574 PPORT_802_3_GET(pstats, a_in_range_length_errors) + in mlx5e_get_stats() 3575 PPORT_802_3_GET(pstats, a_out_of_range_length_field) + in mlx5e_get_stats() 3576 PPORT_802_3_GET(pstats, a_frame_too_long_errors); in mlx5e_get_stats() 3578 PPORT_802_3_GET(pstats, a_frame_check_sequence_errors); in mlx5e_get_stats() 3579 stats->rx_frame_errors = PPORT_802_3_GET(pstats, a_alignment_errors); in mlx5e_get_stats()
|