Searched refs:PPORT_802_3_OFF (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 818 #define PPORT_802_3_OFF(c) \ macro 822 { "tx_packets_phy", PPORT_802_3_OFF(a_frames_transmitted_ok) }, 823 { "rx_packets_phy", PPORT_802_3_OFF(a_frames_received_ok) }, 824 { "rx_crc_errors_phy", PPORT_802_3_OFF(a_frame_check_sequence_errors) }, 825 { "tx_bytes_phy", PPORT_802_3_OFF(a_octets_transmitted_ok) }, 826 { "rx_bytes_phy", PPORT_802_3_OFF(a_octets_received_ok) }, 827 { "tx_multicast_phy", PPORT_802_3_OFF(a_multicast_frames_xmitted_ok) }, 828 { "tx_broadcast_phy", PPORT_802_3_OFF(a_broadcast_frames_xmitted_ok) }, 829 { "rx_multicast_phy", PPORT_802_3_OFF(a_multicast_frames_received_ok) }, 830 { "rx_broadcast_phy", PPORT_802_3_OFF(a_broadcast_frames_received_ok) }, [all …]
|