Lines Matching refs:mac_stats

837 				     struct ethtool_eth_mac_stats *mac_stats)  in sparx5_get_eth_mac_stats()  argument
856 mac_stats->FramesTransmittedOK = portstats[spx5_stats_tx_uc_cnt] + in sparx5_get_eth_mac_stats()
860 mac_stats->SingleCollisionFrames = in sparx5_get_eth_mac_stats()
862 mac_stats->MultipleCollisionFrames = in sparx5_get_eth_mac_stats()
864 mac_stats->FramesReceivedOK = portstats[spx5_stats_rx_uc_cnt] + in sparx5_get_eth_mac_stats()
868 mac_stats->FrameCheckSequenceErrors = in sparx5_get_eth_mac_stats()
871 mac_stats->AlignmentErrors = portstats[spx5_stats_rx_alignment_lost_cnt] in sparx5_get_eth_mac_stats()
873 mac_stats->OctetsTransmittedOK = portstats[spx5_stats_tx_ok_bytes_cnt] + in sparx5_get_eth_mac_stats()
875 mac_stats->FramesWithDeferredXmissions = in sparx5_get_eth_mac_stats()
877 mac_stats->LateCollisions = in sparx5_get_eth_mac_stats()
879 mac_stats->FramesAbortedDueToXSColls = in sparx5_get_eth_mac_stats()
881 mac_stats->CarrierSenseErrors = portstats[spx5_stats_tx_csense_cnt]; in sparx5_get_eth_mac_stats()
882 mac_stats->OctetsReceivedOK = portstats[spx5_stats_rx_ok_bytes_cnt] + in sparx5_get_eth_mac_stats()
884 mac_stats->MulticastFramesXmittedOK = portstats[spx5_stats_tx_mc_cnt] + in sparx5_get_eth_mac_stats()
886 mac_stats->BroadcastFramesXmittedOK = portstats[spx5_stats_tx_bc_cnt] + in sparx5_get_eth_mac_stats()
888 mac_stats->FramesWithExcessiveDeferral = in sparx5_get_eth_mac_stats()
890 mac_stats->MulticastFramesReceivedOK = portstats[spx5_stats_rx_mc_cnt] + in sparx5_get_eth_mac_stats()
892 mac_stats->BroadcastFramesReceivedOK = portstats[spx5_stats_rx_bc_cnt] + in sparx5_get_eth_mac_stats()
894 mac_stats->InRangeLengthErrors = in sparx5_get_eth_mac_stats()
897 mac_stats->OutOfRangeLengthField = in sparx5_get_eth_mac_stats()
900 mac_stats->FrameTooLongErrors = portstats[spx5_stats_rx_oversize_cnt] + in sparx5_get_eth_mac_stats()