Searched refs:GET_STAT (Results 1 – 3 of 3) sorted by relevance
6863 #define GET_STAT(name) \ in t4_get_port_stats() macro6949 #undef GET_STAT in t4_get_port_stats()6964 #define GET_STAT(name) \ in t4_get_lb_stats() macro6969 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()6970 p->frames = GET_STAT(FRAMES); in t4_get_lb_stats()6971 p->bcast_frames = GET_STAT(BCAST); in t4_get_lb_stats()6972 p->mcast_frames = GET_STAT(MCAST); in t4_get_lb_stats()6973 p->ucast_frames = GET_STAT(UCAST); in t4_get_lb_stats()6974 p->error_frames = GET_STAT(ERROR); in t4_get_lb_stats()6976 p->frames_64 = GET_STAT(64B); in t4_get_lb_stats()[all …]
364 #define GET_STAT 0xff macro
7272 #define GET_STAT(name) \ in t4_get_vi_stats() macro7277 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES); in t4_get_vi_stats()7278 stats->tx_bcast_frames = GET_STAT(TX_VF_BCAST_FRAMES); in t4_get_vi_stats()7279 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES); in t4_get_vi_stats()7281 stats->tx_ucast_bytes = GET_STAT(TX_VF_UCAST_BYTES); in t4_get_vi_stats()7283 stats->tx_drop_frames = GET_STAT(TX_VF_DROP_FRAMES); in t4_get_vi_stats()7286 stats->rx_bcast_bytes = GET_STAT(RX_VF_BCAST_BYTES); in t4_get_vi_stats()7288 stats->rx_mcast_bytes = GET_STAT(RX_VF_MCAST_BYTES); in t4_get_vi_stats()7290 stats->rx_ucast_bytes = GET_STAT(RX_VF_UCAST_BYTES); in t4_get_vi_stats()7292 stats->rx_err_frames = GET_STAT(RX_VF_ERR_FRAMES); in t4_get_vi_stats()[all …]