Searched refs:PPORT_802_3_OFF (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 841 #define PPORT_802_3_OFF(c) \ macro 845 { "tx_packets_phy", PPORT_802_3_OFF(a_frames_transmitted_ok) }, 846 { "rx_packets_phy", PPORT_802_3_OFF(a_frames_received_ok) }, 847 { "rx_crc_errors_phy", PPORT_802_3_OFF(a_frame_check_sequence_errors) }, 848 { "tx_bytes_phy", PPORT_802_3_OFF(a_octets_transmitted_ok) }, 849 { "rx_bytes_phy", PPORT_802_3_OFF(a_octets_received_ok) }, 850 { "tx_multicast_phy", PPORT_802_3_OFF(a_multicast_frames_xmitted_ok) }, 851 { "tx_broadcast_phy", PPORT_802_3_OFF(a_broadcast_frames_xmitted_ok) }, 852 { "rx_multicast_phy", PPORT_802_3_OFF(a_multicast_frames_received_ok) }, 853 { "rx_broadcast_phy", PPORT_802_3_OFF(a_broadcast_frames_received_ok) }, [all …]
|