Lines Matching refs:GET_STAT
5382 #define GET_STAT(name) \ in t4_get_port_stats() macro
5388 p->tx_octets = GET_STAT(TX_PORT_BYTES); in t4_get_port_stats()
5389 p->tx_frames = GET_STAT(TX_PORT_FRAMES); in t4_get_port_stats()
5390 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()
5391 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()
5392 p->tx_ucast_frames = GET_STAT(TX_PORT_UCAST); in t4_get_port_stats()
5393 p->tx_error_frames = GET_STAT(TX_PORT_ERROR); in t4_get_port_stats()
5394 p->tx_frames_64 = GET_STAT(TX_PORT_64B); in t4_get_port_stats()
5395 p->tx_frames_65_127 = GET_STAT(TX_PORT_65B_127B); in t4_get_port_stats()
5396 p->tx_frames_128_255 = GET_STAT(TX_PORT_128B_255B); in t4_get_port_stats()
5397 p->tx_frames_256_511 = GET_STAT(TX_PORT_256B_511B); in t4_get_port_stats()
5398 p->tx_frames_512_1023 = GET_STAT(TX_PORT_512B_1023B); in t4_get_port_stats()
5399 p->tx_frames_1024_1518 = GET_STAT(TX_PORT_1024B_1518B); in t4_get_port_stats()
5400 p->tx_frames_1519_max = GET_STAT(TX_PORT_1519B_MAX); in t4_get_port_stats()
5401 p->tx_drop = GET_STAT(TX_PORT_DROP); in t4_get_port_stats()
5402 p->tx_pause = GET_STAT(TX_PORT_PAUSE); in t4_get_port_stats()
5403 p->tx_ppp0 = GET_STAT(TX_PORT_PPP0); in t4_get_port_stats()
5404 p->tx_ppp1 = GET_STAT(TX_PORT_PPP1); in t4_get_port_stats()
5405 p->tx_ppp2 = GET_STAT(TX_PORT_PPP2); in t4_get_port_stats()
5406 p->tx_ppp3 = GET_STAT(TX_PORT_PPP3); in t4_get_port_stats()
5407 p->tx_ppp4 = GET_STAT(TX_PORT_PPP4); in t4_get_port_stats()
5408 p->tx_ppp5 = GET_STAT(TX_PORT_PPP5); in t4_get_port_stats()
5409 p->tx_ppp6 = GET_STAT(TX_PORT_PPP6); in t4_get_port_stats()
5410 p->tx_ppp7 = GET_STAT(TX_PORT_PPP7); in t4_get_port_stats()
5412 p->rx_octets = GET_STAT(RX_PORT_BYTES); in t4_get_port_stats()
5413 p->rx_frames = GET_STAT(RX_PORT_FRAMES); in t4_get_port_stats()
5414 p->rx_bcast_frames = GET_STAT(RX_PORT_BCAST); in t4_get_port_stats()
5415 p->rx_mcast_frames = GET_STAT(RX_PORT_MCAST); in t4_get_port_stats()
5416 p->rx_ucast_frames = GET_STAT(RX_PORT_UCAST); in t4_get_port_stats()
5417 p->rx_too_long = GET_STAT(RX_PORT_MTU_ERROR); in t4_get_port_stats()
5418 p->rx_jabber = GET_STAT(RX_PORT_MTU_CRC_ERROR); in t4_get_port_stats()
5419 p->rx_fcs_err = GET_STAT(RX_PORT_CRC_ERROR); in t4_get_port_stats()
5420 p->rx_len_err = GET_STAT(RX_PORT_LEN_ERROR); in t4_get_port_stats()
5421 p->rx_symbol_err = GET_STAT(RX_PORT_SYM_ERROR); in t4_get_port_stats()
5422 p->rx_runt = GET_STAT(RX_PORT_LESS_64B); in t4_get_port_stats()
5423 p->rx_frames_64 = GET_STAT(RX_PORT_64B); in t4_get_port_stats()
5424 p->rx_frames_65_127 = GET_STAT(RX_PORT_65B_127B); in t4_get_port_stats()
5425 p->rx_frames_128_255 = GET_STAT(RX_PORT_128B_255B); in t4_get_port_stats()
5426 p->rx_frames_256_511 = GET_STAT(RX_PORT_256B_511B); in t4_get_port_stats()
5427 p->rx_frames_512_1023 = GET_STAT(RX_PORT_512B_1023B); in t4_get_port_stats()
5428 p->rx_frames_1024_1518 = GET_STAT(RX_PORT_1024B_1518B); in t4_get_port_stats()
5429 p->rx_frames_1519_max = GET_STAT(RX_PORT_1519B_MAX); in t4_get_port_stats()
5430 p->rx_pause = GET_STAT(RX_PORT_PAUSE); in t4_get_port_stats()
5431 p->rx_ppp0 = GET_STAT(RX_PORT_PPP0); in t4_get_port_stats()
5432 p->rx_ppp1 = GET_STAT(RX_PORT_PPP1); in t4_get_port_stats()
5433 p->rx_ppp2 = GET_STAT(RX_PORT_PPP2); in t4_get_port_stats()
5434 p->rx_ppp3 = GET_STAT(RX_PORT_PPP3); in t4_get_port_stats()
5435 p->rx_ppp4 = GET_STAT(RX_PORT_PPP4); in t4_get_port_stats()
5436 p->rx_ppp5 = GET_STAT(RX_PORT_PPP5); in t4_get_port_stats()
5437 p->rx_ppp6 = GET_STAT(RX_PORT_PPP6); in t4_get_port_stats()
5438 p->rx_ppp7 = GET_STAT(RX_PORT_PPP7); in t4_get_port_stats()
5449 #undef GET_STAT in t4_get_port_stats()
5465 #define GET_STAT(name) \ in t4_get_lb_stats() macro
5472 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()
5473 p->frames = GET_STAT(FRAMES); in t4_get_lb_stats()
5474 p->bcast_frames = GET_STAT(BCAST); in t4_get_lb_stats()
5475 p->mcast_frames = GET_STAT(MCAST); in t4_get_lb_stats()
5476 p->ucast_frames = GET_STAT(UCAST); in t4_get_lb_stats()
5477 p->error_frames = GET_STAT(ERROR); in t4_get_lb_stats()
5479 p->frames_64 = GET_STAT(64B); in t4_get_lb_stats()
5480 p->frames_65_127 = GET_STAT(65B_127B); in t4_get_lb_stats()
5481 p->frames_128_255 = GET_STAT(128B_255B); in t4_get_lb_stats()
5482 p->frames_256_511 = GET_STAT(256B_511B); in t4_get_lb_stats()
5483 p->frames_512_1023 = GET_STAT(512B_1023B); in t4_get_lb_stats()
5484 p->frames_1024_1518 = GET_STAT(1024B_1518B); in t4_get_lb_stats()
5485 p->frames_1519_max = GET_STAT(1519B_MAX); in t4_get_lb_stats()
5486 p->drop = GET_STAT(DROP_FRAMES); in t4_get_lb_stats()
5497 #undef GET_STAT in t4_get_lb_stats()