Lines Matching refs:GET_STAT

3465 #define GET_STAT(name) \  in t4_get_port_stats()  macro
3471 p->tx_octets = GET_STAT(TX_PORT_BYTES); in t4_get_port_stats()
3472 p->tx_frames = GET_STAT(TX_PORT_FRAMES); in t4_get_port_stats()
3473 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()
3474 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()
3475 p->tx_ucast_frames = GET_STAT(TX_PORT_UCAST); in t4_get_port_stats()
3476 p->tx_error_frames = GET_STAT(TX_PORT_ERROR); in t4_get_port_stats()
3477 p->tx_frames_64 = GET_STAT(TX_PORT_64B); in t4_get_port_stats()
3478 p->tx_frames_65_127 = GET_STAT(TX_PORT_65B_127B); in t4_get_port_stats()
3479 p->tx_frames_128_255 = GET_STAT(TX_PORT_128B_255B); in t4_get_port_stats()
3480 p->tx_frames_256_511 = GET_STAT(TX_PORT_256B_511B); in t4_get_port_stats()
3481 p->tx_frames_512_1023 = GET_STAT(TX_PORT_512B_1023B); in t4_get_port_stats()
3482 p->tx_frames_1024_1518 = GET_STAT(TX_PORT_1024B_1518B); in t4_get_port_stats()
3483 p->tx_frames_1519_max = GET_STAT(TX_PORT_1519B_MAX); in t4_get_port_stats()
3484 p->tx_drop = GET_STAT(TX_PORT_DROP); in t4_get_port_stats()
3485 p->tx_pause = GET_STAT(TX_PORT_PAUSE); in t4_get_port_stats()
3486 p->tx_ppp0 = GET_STAT(TX_PORT_PPP0); in t4_get_port_stats()
3487 p->tx_ppp1 = GET_STAT(TX_PORT_PPP1); in t4_get_port_stats()
3488 p->tx_ppp2 = GET_STAT(TX_PORT_PPP2); in t4_get_port_stats()
3489 p->tx_ppp3 = GET_STAT(TX_PORT_PPP3); in t4_get_port_stats()
3490 p->tx_ppp4 = GET_STAT(TX_PORT_PPP4); in t4_get_port_stats()
3491 p->tx_ppp5 = GET_STAT(TX_PORT_PPP5); in t4_get_port_stats()
3492 p->tx_ppp6 = GET_STAT(TX_PORT_PPP6); in t4_get_port_stats()
3493 p->tx_ppp7 = GET_STAT(TX_PORT_PPP7); in t4_get_port_stats()
3495 p->rx_octets = GET_STAT(RX_PORT_BYTES); in t4_get_port_stats()
3496 p->rx_frames = GET_STAT(RX_PORT_FRAMES); in t4_get_port_stats()
3497 p->rx_bcast_frames = GET_STAT(RX_PORT_BCAST); in t4_get_port_stats()
3498 p->rx_mcast_frames = GET_STAT(RX_PORT_MCAST); in t4_get_port_stats()
3499 p->rx_ucast_frames = GET_STAT(RX_PORT_UCAST); in t4_get_port_stats()
3500 p->rx_too_long = GET_STAT(RX_PORT_MTU_ERROR); in t4_get_port_stats()
3501 p->rx_jabber = GET_STAT(RX_PORT_MTU_CRC_ERROR); in t4_get_port_stats()
3502 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()
3503 p->rx_len_err = GET_STAT(RX_PORT_LEN_ERROR); in t4_get_port_stats()
3504 p->rx_symbol_err = GET_STAT(RX_PORT_SYM_ERROR); in t4_get_port_stats()
3505 p->rx_runt = GET_STAT(RX_PORT_LESS_64B); in t4_get_port_stats()
3506 p->rx_frames_64 = GET_STAT(RX_PORT_64B); in t4_get_port_stats()
3507 p->rx_frames_65_127 = GET_STAT(RX_PORT_65B_127B); in t4_get_port_stats()
3508 p->rx_frames_128_255 = GET_STAT(RX_PORT_128B_255B); in t4_get_port_stats()
3509 p->rx_frames_256_511 = GET_STAT(RX_PORT_256B_511B); in t4_get_port_stats()
3510 p->rx_frames_512_1023 = GET_STAT(RX_PORT_512B_1023B); in t4_get_port_stats()
3511 p->rx_frames_1024_1518 = GET_STAT(RX_PORT_1024B_1518B); in t4_get_port_stats()
3512 p->rx_frames_1519_max = GET_STAT(RX_PORT_1519B_MAX); in t4_get_port_stats()
3513 p->rx_pause = GET_STAT(RX_PORT_PAUSE); in t4_get_port_stats()
3514 p->rx_ppp0 = GET_STAT(RX_PORT_PPP0); in t4_get_port_stats()
3515 p->rx_ppp1 = GET_STAT(RX_PORT_PPP1); in t4_get_port_stats()
3516 p->rx_ppp2 = GET_STAT(RX_PORT_PPP2); in t4_get_port_stats()
3517 p->rx_ppp3 = GET_STAT(RX_PORT_PPP3); in t4_get_port_stats()
3518 p->rx_ppp4 = GET_STAT(RX_PORT_PPP4); in t4_get_port_stats()
3519 p->rx_ppp5 = GET_STAT(RX_PORT_PPP5); in t4_get_port_stats()
3520 p->rx_ppp6 = GET_STAT(RX_PORT_PPP6); in t4_get_port_stats()
3521 p->rx_ppp7 = GET_STAT(RX_PORT_PPP7); in t4_get_port_stats()
3532 #undef GET_STAT in t4_get_port_stats()