Lines Matching refs:GET_STAT
6347 #define GET_STAT(name) \ in t4_get_port_stats() macro
6353 p->tx_octets = GET_STAT(TX_PORT_BYTES); in t4_get_port_stats()
6354 p->tx_frames = GET_STAT(TX_PORT_FRAMES); in t4_get_port_stats()
6355 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()
6356 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()
6357 p->tx_ucast_frames = GET_STAT(TX_PORT_UCAST); in t4_get_port_stats()
6358 p->tx_error_frames = GET_STAT(TX_PORT_ERROR); in t4_get_port_stats()
6359 p->tx_frames_64 = GET_STAT(TX_PORT_64B); in t4_get_port_stats()
6360 p->tx_frames_65_127 = GET_STAT(TX_PORT_65B_127B); in t4_get_port_stats()
6361 p->tx_frames_128_255 = GET_STAT(TX_PORT_128B_255B); in t4_get_port_stats()
6362 p->tx_frames_256_511 = GET_STAT(TX_PORT_256B_511B); in t4_get_port_stats()
6363 p->tx_frames_512_1023 = GET_STAT(TX_PORT_512B_1023B); in t4_get_port_stats()
6364 p->tx_frames_1024_1518 = GET_STAT(TX_PORT_1024B_1518B); in t4_get_port_stats()
6365 p->tx_frames_1519_max = GET_STAT(TX_PORT_1519B_MAX); in t4_get_port_stats()
6366 p->tx_drop = GET_STAT(TX_PORT_DROP); in t4_get_port_stats()
6367 p->tx_pause = GET_STAT(TX_PORT_PAUSE); in t4_get_port_stats()
6368 p->tx_ppp0 = GET_STAT(TX_PORT_PPP0); in t4_get_port_stats()
6369 p->tx_ppp1 = GET_STAT(TX_PORT_PPP1); in t4_get_port_stats()
6370 p->tx_ppp2 = GET_STAT(TX_PORT_PPP2); in t4_get_port_stats()
6371 p->tx_ppp3 = GET_STAT(TX_PORT_PPP3); in t4_get_port_stats()
6372 p->tx_ppp4 = GET_STAT(TX_PORT_PPP4); in t4_get_port_stats()
6373 p->tx_ppp5 = GET_STAT(TX_PORT_PPP5); in t4_get_port_stats()
6374 p->tx_ppp6 = GET_STAT(TX_PORT_PPP6); in t4_get_port_stats()
6375 p->tx_ppp7 = GET_STAT(TX_PORT_PPP7); in t4_get_port_stats()
6383 p->rx_octets = GET_STAT(RX_PORT_BYTES); in t4_get_port_stats()
6384 p->rx_frames = GET_STAT(RX_PORT_FRAMES); in t4_get_port_stats()
6385 p->rx_bcast_frames = GET_STAT(RX_PORT_BCAST); in t4_get_port_stats()
6386 p->rx_mcast_frames = GET_STAT(RX_PORT_MCAST); in t4_get_port_stats()
6387 p->rx_ucast_frames = GET_STAT(RX_PORT_UCAST); in t4_get_port_stats()
6388 p->rx_too_long = GET_STAT(RX_PORT_MTU_ERROR); in t4_get_port_stats()
6389 p->rx_jabber = GET_STAT(RX_PORT_MTU_CRC_ERROR); in t4_get_port_stats()
6390 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()
6391 p->rx_len_err = GET_STAT(RX_PORT_LEN_ERROR); in t4_get_port_stats()
6392 p->rx_symbol_err = GET_STAT(RX_PORT_SYM_ERROR); in t4_get_port_stats()
6393 p->rx_runt = GET_STAT(RX_PORT_LESS_64B); in t4_get_port_stats()
6394 p->rx_frames_64 = GET_STAT(RX_PORT_64B); in t4_get_port_stats()
6395 p->rx_frames_65_127 = GET_STAT(RX_PORT_65B_127B); in t4_get_port_stats()
6396 p->rx_frames_128_255 = GET_STAT(RX_PORT_128B_255B); in t4_get_port_stats()
6397 p->rx_frames_256_511 = GET_STAT(RX_PORT_256B_511B); in t4_get_port_stats()
6398 p->rx_frames_512_1023 = GET_STAT(RX_PORT_512B_1023B); in t4_get_port_stats()
6399 p->rx_frames_1024_1518 = GET_STAT(RX_PORT_1024B_1518B); in t4_get_port_stats()
6400 p->rx_frames_1519_max = GET_STAT(RX_PORT_1519B_MAX); in t4_get_port_stats()
6401 p->rx_pause = GET_STAT(RX_PORT_PAUSE); in t4_get_port_stats()
6402 p->rx_ppp0 = GET_STAT(RX_PORT_PPP0); in t4_get_port_stats()
6403 p->rx_ppp1 = GET_STAT(RX_PORT_PPP1); in t4_get_port_stats()
6404 p->rx_ppp2 = GET_STAT(RX_PORT_PPP2); in t4_get_port_stats()
6405 p->rx_ppp3 = GET_STAT(RX_PORT_PPP3); in t4_get_port_stats()
6406 p->rx_ppp4 = GET_STAT(RX_PORT_PPP4); in t4_get_port_stats()
6407 p->rx_ppp5 = GET_STAT(RX_PORT_PPP5); in t4_get_port_stats()
6408 p->rx_ppp6 = GET_STAT(RX_PORT_PPP6); in t4_get_port_stats()
6409 p->rx_ppp7 = GET_STAT(RX_PORT_PPP7); in t4_get_port_stats()
6427 #undef GET_STAT in t4_get_port_stats()
6443 #define GET_STAT(name) \ in t4_get_lb_stats() macro
6450 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()
6451 p->frames = GET_STAT(FRAMES); in t4_get_lb_stats()
6452 p->bcast_frames = GET_STAT(BCAST); in t4_get_lb_stats()
6453 p->mcast_frames = GET_STAT(MCAST); in t4_get_lb_stats()
6454 p->ucast_frames = GET_STAT(UCAST); in t4_get_lb_stats()
6455 p->error_frames = GET_STAT(ERROR); in t4_get_lb_stats()
6457 p->frames_64 = GET_STAT(64B); in t4_get_lb_stats()
6458 p->frames_65_127 = GET_STAT(65B_127B); in t4_get_lb_stats()
6459 p->frames_128_255 = GET_STAT(128B_255B); in t4_get_lb_stats()
6460 p->frames_256_511 = GET_STAT(256B_511B); in t4_get_lb_stats()
6461 p->frames_512_1023 = GET_STAT(512B_1023B); in t4_get_lb_stats()
6462 p->frames_1024_1518 = GET_STAT(1024B_1518B); in t4_get_lb_stats()
6463 p->frames_1519_max = GET_STAT(1519B_MAX); in t4_get_lb_stats()
6464 p->drop = GET_STAT(DROP_FRAMES); in t4_get_lb_stats()
6475 #undef GET_STAT in t4_get_lb_stats()