Lines Matching refs:TX_STAT

686 #define TX_STAT(s) \  in get_mac_stats()  macro
689 TX_STAT(etherStatsOctets); in get_mac_stats()
690 TX_STAT(etherStatsPkts); in get_mac_stats()
691 TX_STAT(VLANTransmittedOK); in get_mac_stats()
692 TX_STAT(ifOutUcastPkts); in get_mac_stats()
693 TX_STAT(ifOutMulticastPkts); in get_mac_stats()
694 TX_STAT(ifOutBroadcastPkts); in get_mac_stats()
695 TX_STAT(ifOutErrors); in get_mac_stats()
696 TX_STAT(CBFCPAUSEFramesTransmitted_0); in get_mac_stats()
697 TX_STAT(CBFCPAUSEFramesTransmitted_1); in get_mac_stats()
698 TX_STAT(CBFCPAUSEFramesTransmitted_2); in get_mac_stats()
699 TX_STAT(CBFCPAUSEFramesTransmitted_3); in get_mac_stats()
700 TX_STAT(CBFCPAUSEFramesTransmitted_4); in get_mac_stats()
701 TX_STAT(CBFCPAUSEFramesTransmitted_5); in get_mac_stats()
702 TX_STAT(CBFCPAUSEFramesTransmitted_6); in get_mac_stats()
703 TX_STAT(CBFCPAUSEFramesTransmitted_7); in get_mac_stats()
704 TX_STAT(CBFCPAUSEFramesTransmitted_8); in get_mac_stats()
705 TX_STAT(CBFCPAUSEFramesTransmitted_9); in get_mac_stats()
706 TX_STAT(CBFCPAUSEFramesTransmitted_10); in get_mac_stats()
707 TX_STAT(CBFCPAUSEFramesTransmitted_11); in get_mac_stats()
708 TX_STAT(CBFCPAUSEFramesTransmitted_12); in get_mac_stats()
709 TX_STAT(CBFCPAUSEFramesTransmitted_13); in get_mac_stats()
710 TX_STAT(CBFCPAUSEFramesTransmitted_14); in get_mac_stats()
711 TX_STAT(CBFCPAUSEFramesTransmitted_15); in get_mac_stats()
743 #undef TX_STAT in get_mac_stats()
841 #define TX_STAT(fp, s) \ macro
855 stats->tx_pause_frames = TX_STAT(fp, aPAUSEMACCtrlFramesTransmitted); in fun_get_pause_stats()
867 stats->FramesTransmittedOK = TX_STAT(fp, aFramesTransmittedOK); in fun_get_802_3_stats()
870 stats->OctetsTransmittedOK = TX_STAT(fp, OctetsTransmittedOK); in fun_get_802_3_stats()
884 stats->MACControlFramesTransmitted = TX_STAT(fp, MACControlFramesTransmitted); in fun_get_802_3_ctrl_stats()
921 stats->hist_tx[0] = TX_STAT(fp, etherStatsPkts64Octets); in fun_get_rmon_stats()
922 stats->hist_tx[1] = TX_STAT(fp, etherStatsPkts65to127Octets); in fun_get_rmon_stats()
923 stats->hist_tx[2] = TX_STAT(fp, etherStatsPkts128to255Octets); in fun_get_rmon_stats()
924 stats->hist_tx[3] = TX_STAT(fp, etherStatsPkts256to511Octets); in fun_get_rmon_stats()
925 stats->hist_tx[4] = TX_STAT(fp, etherStatsPkts512to1023Octets); in fun_get_rmon_stats()
926 stats->hist_tx[5] = TX_STAT(fp, etherStatsPkts1024to1518Octets); in fun_get_rmon_stats()
927 stats->hist_tx[6] = TX_STAT(fp, etherStatsPkts1519toMaxOctets); in fun_get_rmon_stats()
945 #undef TX_STAT