Lines Matching refs:GET_STAT
6361 #define GET_STAT(name) \ in t4_get_port_stats() macro
6367 p->tx_octets = GET_STAT(TX_PORT_BYTES); in t4_get_port_stats()
6368 p->tx_frames = GET_STAT(TX_PORT_FRAMES); in t4_get_port_stats()
6369 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()
6370 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()
6371 p->tx_ucast_frames = GET_STAT(TX_PORT_UCAST); in t4_get_port_stats()
6372 p->tx_error_frames = GET_STAT(TX_PORT_ERROR); in t4_get_port_stats()
6373 p->tx_frames_64 = GET_STAT(TX_PORT_64B); in t4_get_port_stats()
6374 p->tx_frames_65_127 = GET_STAT(TX_PORT_65B_127B); in t4_get_port_stats()
6375 p->tx_frames_128_255 = GET_STAT(TX_PORT_128B_255B); in t4_get_port_stats()
6376 p->tx_frames_256_511 = GET_STAT(TX_PORT_256B_511B); in t4_get_port_stats()
6377 p->tx_frames_512_1023 = GET_STAT(TX_PORT_512B_1023B); in t4_get_port_stats()
6378 p->tx_frames_1024_1518 = GET_STAT(TX_PORT_1024B_1518B); in t4_get_port_stats()
6379 p->tx_frames_1519_max = GET_STAT(TX_PORT_1519B_MAX); in t4_get_port_stats()
6380 p->tx_drop = GET_STAT(TX_PORT_DROP); in t4_get_port_stats()
6381 p->tx_pause = GET_STAT(TX_PORT_PAUSE); in t4_get_port_stats()
6382 p->tx_ppp0 = GET_STAT(TX_PORT_PPP0); in t4_get_port_stats()
6383 p->tx_ppp1 = GET_STAT(TX_PORT_PPP1); in t4_get_port_stats()
6384 p->tx_ppp2 = GET_STAT(TX_PORT_PPP2); in t4_get_port_stats()
6385 p->tx_ppp3 = GET_STAT(TX_PORT_PPP3); in t4_get_port_stats()
6386 p->tx_ppp4 = GET_STAT(TX_PORT_PPP4); in t4_get_port_stats()
6387 p->tx_ppp5 = GET_STAT(TX_PORT_PPP5); in t4_get_port_stats()
6388 p->tx_ppp6 = GET_STAT(TX_PORT_PPP6); in t4_get_port_stats()
6389 p->tx_ppp7 = GET_STAT(TX_PORT_PPP7); in t4_get_port_stats()
6397 p->rx_octets = GET_STAT(RX_PORT_BYTES); in t4_get_port_stats()
6398 p->rx_frames = GET_STAT(RX_PORT_FRAMES); in t4_get_port_stats()
6399 p->rx_bcast_frames = GET_STAT(RX_PORT_BCAST); in t4_get_port_stats()
6400 p->rx_mcast_frames = GET_STAT(RX_PORT_MCAST); in t4_get_port_stats()
6401 p->rx_ucast_frames = GET_STAT(RX_PORT_UCAST); in t4_get_port_stats()
6402 p->rx_too_long = GET_STAT(RX_PORT_MTU_ERROR); in t4_get_port_stats()
6403 p->rx_jabber = GET_STAT(RX_PORT_MTU_CRC_ERROR); in t4_get_port_stats()
6404 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()
6405 p->rx_len_err = GET_STAT(RX_PORT_LEN_ERROR); in t4_get_port_stats()
6406 p->rx_symbol_err = GET_STAT(RX_PORT_SYM_ERROR); in t4_get_port_stats()
6407 p->rx_runt = GET_STAT(RX_PORT_LESS_64B); in t4_get_port_stats()
6408 p->rx_frames_64 = GET_STAT(RX_PORT_64B); in t4_get_port_stats()
6409 p->rx_frames_65_127 = GET_STAT(RX_PORT_65B_127B); in t4_get_port_stats()
6410 p->rx_frames_128_255 = GET_STAT(RX_PORT_128B_255B); in t4_get_port_stats()
6411 p->rx_frames_256_511 = GET_STAT(RX_PORT_256B_511B); in t4_get_port_stats()
6412 p->rx_frames_512_1023 = GET_STAT(RX_PORT_512B_1023B); in t4_get_port_stats()
6413 p->rx_frames_1024_1518 = GET_STAT(RX_PORT_1024B_1518B); in t4_get_port_stats()
6414 p->rx_frames_1519_max = GET_STAT(RX_PORT_1519B_MAX); in t4_get_port_stats()
6415 p->rx_pause = GET_STAT(RX_PORT_PAUSE); in t4_get_port_stats()
6416 p->rx_ppp0 = GET_STAT(RX_PORT_PPP0); in t4_get_port_stats()
6417 p->rx_ppp1 = GET_STAT(RX_PORT_PPP1); in t4_get_port_stats()
6418 p->rx_ppp2 = GET_STAT(RX_PORT_PPP2); in t4_get_port_stats()
6419 p->rx_ppp3 = GET_STAT(RX_PORT_PPP3); in t4_get_port_stats()
6420 p->rx_ppp4 = GET_STAT(RX_PORT_PPP4); in t4_get_port_stats()
6421 p->rx_ppp5 = GET_STAT(RX_PORT_PPP5); in t4_get_port_stats()
6422 p->rx_ppp6 = GET_STAT(RX_PORT_PPP6); in t4_get_port_stats()
6423 p->rx_ppp7 = GET_STAT(RX_PORT_PPP7); in t4_get_port_stats()
6441 #undef GET_STAT in t4_get_port_stats()
6457 #define GET_STAT(name) \ in t4_get_lb_stats() macro
6464 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()
6465 p->frames = GET_STAT(FRAMES); in t4_get_lb_stats()
6466 p->bcast_frames = GET_STAT(BCAST); in t4_get_lb_stats()
6467 p->mcast_frames = GET_STAT(MCAST); in t4_get_lb_stats()
6468 p->ucast_frames = GET_STAT(UCAST); in t4_get_lb_stats()
6469 p->error_frames = GET_STAT(ERROR); in t4_get_lb_stats()
6471 p->frames_64 = GET_STAT(64B); in t4_get_lb_stats()
6472 p->frames_65_127 = GET_STAT(65B_127B); in t4_get_lb_stats()
6473 p->frames_128_255 = GET_STAT(128B_255B); in t4_get_lb_stats()
6474 p->frames_256_511 = GET_STAT(256B_511B); in t4_get_lb_stats()
6475 p->frames_512_1023 = GET_STAT(512B_1023B); in t4_get_lb_stats()
6476 p->frames_1024_1518 = GET_STAT(1024B_1518B); in t4_get_lb_stats()
6477 p->frames_1519_max = GET_STAT(1519B_MAX); in t4_get_lb_stats()
6478 p->drop = GET_STAT(DROP_FRAMES); in t4_get_lb_stats()
6489 #undef GET_STAT in t4_get_lb_stats()