Lines Matching refs:GET_STAT

6804 #define GET_STAT(name) \
6810 p->tx_pause = GET_STAT(TX_PORT_PAUSE);
6811 p->tx_octets = GET_STAT(TX_PORT_BYTES);
6812 p->tx_frames = GET_STAT(TX_PORT_FRAMES);
6813 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST);
6814 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST);
6815 p->tx_ucast_frames = GET_STAT(TX_PORT_UCAST);
6816 p->tx_error_frames = GET_STAT(TX_PORT_ERROR);
6817 p->tx_frames_64 = GET_STAT(TX_PORT_64B);
6818 p->tx_frames_65_127 = GET_STAT(TX_PORT_65B_127B);
6819 p->tx_frames_128_255 = GET_STAT(TX_PORT_128B_255B);
6820 p->tx_frames_256_511 = GET_STAT(TX_PORT_256B_511B);
6821 p->tx_frames_512_1023 = GET_STAT(TX_PORT_512B_1023B);
6822 p->tx_frames_1024_1518 = GET_STAT(TX_PORT_1024B_1518B);
6823 p->tx_frames_1519_max = GET_STAT(TX_PORT_1519B_MAX);
6824 p->tx_drop = GET_STAT(TX_PORT_DROP);
6825 p->tx_ppp0 = GET_STAT(TX_PORT_PPP0);
6826 p->tx_ppp1 = GET_STAT(TX_PORT_PPP1);
6827 p->tx_ppp2 = GET_STAT(TX_PORT_PPP2);
6828 p->tx_ppp3 = GET_STAT(TX_PORT_PPP3);
6829 p->tx_ppp4 = GET_STAT(TX_PORT_PPP4);
6830 p->tx_ppp5 = GET_STAT(TX_PORT_PPP5);
6831 p->tx_ppp6 = GET_STAT(TX_PORT_PPP6);
6832 p->tx_ppp7 = GET_STAT(TX_PORT_PPP7);
6843 p->rx_pause = GET_STAT(RX_PORT_PAUSE);
6844 p->rx_octets = GET_STAT(RX_PORT_BYTES);
6845 p->rx_frames = GET_STAT(RX_PORT_FRAMES);
6846 p->rx_bcast_frames = GET_STAT(RX_PORT_BCAST);
6847 p->rx_mcast_frames = GET_STAT(RX_PORT_MCAST);
6848 p->rx_ucast_frames = GET_STAT(RX_PORT_UCAST);
6849 p->rx_too_long = GET_STAT(RX_PORT_MTU_ERROR);
6850 p->rx_jabber = GET_STAT(RX_PORT_MTU_CRC_ERROR);
6851 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR);
6852 p->rx_len_err = GET_STAT(RX_PORT_LEN_ERROR);
6853 p->rx_symbol_err = GET_STAT(RX_PORT_SYM_ERROR);
6854 p->rx_runt = GET_STAT(RX_PORT_LESS_64B);
6855 p->rx_frames_64 = GET_STAT(RX_PORT_64B);
6856 p->rx_frames_65_127 = GET_STAT(RX_PORT_65B_127B);
6857 p->rx_frames_128_255 = GET_STAT(RX_PORT_128B_255B);
6858 p->rx_frames_256_511 = GET_STAT(RX_PORT_256B_511B);
6859 p->rx_frames_512_1023 = GET_STAT(RX_PORT_512B_1023B);
6860 p->rx_frames_1024_1518 = GET_STAT(RX_PORT_1024B_1518B);
6861 p->rx_frames_1519_max = GET_STAT(RX_PORT_1519B_MAX);
6862 p->rx_ppp0 = GET_STAT(RX_PORT_PPP0);
6863 p->rx_ppp1 = GET_STAT(RX_PORT_PPP1);
6864 p->rx_ppp2 = GET_STAT(RX_PORT_PPP2);
6865 p->rx_ppp3 = GET_STAT(RX_PORT_PPP3);
6866 p->rx_ppp4 = GET_STAT(RX_PORT_PPP4);
6867 p->rx_ppp5 = GET_STAT(RX_PORT_PPP5);
6868 p->rx_ppp6 = GET_STAT(RX_PORT_PPP6);
6869 p->rx_ppp7 = GET_STAT(RX_PORT_PPP7);
6889 #undef GET_STAT
6905 #define GET_STAT(name) \
6912 p->octets = GET_STAT(BYTES);
6913 p->frames = GET_STAT(FRAMES);
6914 p->bcast_frames = GET_STAT(BCAST);
6915 p->mcast_frames = GET_STAT(MCAST);
6916 p->ucast_frames = GET_STAT(UCAST);
6917 p->error_frames = GET_STAT(ERROR);
6919 p->frames_64 = GET_STAT(64B);
6920 p->frames_65_127 = GET_STAT(65B_127B);
6921 p->frames_128_255 = GET_STAT(128B_255B);
6922 p->frames_256_511 = GET_STAT(256B_511B);
6923 p->frames_512_1023 = GET_STAT(512B_1023B);
6924 p->frames_1024_1518 = GET_STAT(1024B_1518B);
6925 p->frames_1519_max = GET_STAT(1519B_MAX);
6926 p->drop = GET_STAT(DROP_FRAMES);
6937 #undef GET_STAT