Searched refs:RX_STAT (Results 1 – 1 of 1) sorted by relevance
713 #define RX_STAT(s) *data++ = be64_to_cpu(fp->stats[PORT_MAC_RX_##s]) in get_mac_stats() macro715 RX_STAT(etherStatsOctets); in get_mac_stats()716 RX_STAT(etherStatsPkts); in get_mac_stats()717 RX_STAT(VLANReceivedOK); in get_mac_stats()718 RX_STAT(ifInUcastPkts); in get_mac_stats()719 RX_STAT(ifInMulticastPkts); in get_mac_stats()720 RX_STAT(ifInBroadcastPkts); in get_mac_stats()721 RX_STAT(etherStatsDropEvents); in get_mac_stats()722 RX_STAT(ifInErrors); in get_mac_stats()723 RX_STAT(aAlignmentErrors); in get_mac_stats()[all …]