Searched refs:GET_STAT (Results 1 – 3 of 3) sorted by relevance
10182 #define GET_STAT(name) \ in t4_get_port_stats() macro10188 p->tx_pause += GET_STAT(TX_PORT_PAUSE); in t4_get_port_stats()10189 p->tx_octets += GET_STAT(TX_PORT_BYTES); in t4_get_port_stats()10190 p->tx_frames += GET_STAT(TX_PORT_FRAMES); in t4_get_port_stats()10191 p->tx_bcast_frames += GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()10192 p->tx_mcast_frames += GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()10193 p->tx_ucast_frames += GET_STAT(TX_PORT_UCAST); in t4_get_port_stats()10194 p->tx_error_frames += GET_STAT(TX_PORT_ERROR); in t4_get_port_stats()10195 p->tx_frames_64 += GET_STAT(TX_PORT_64B); in t4_get_port_stats()10196 p->tx_frames_65_127 += GET_STAT(TX_PORT_65B_127B); in t4_get_port_stats()[all …]
364 #define GET_STAT 0xff macro
7619 #define GET_STAT(name) \ in t4_get_vi_stats() macro7624 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES); in t4_get_vi_stats()7625 stats->tx_bcast_frames = GET_STAT(TX_VF_BCAST_FRAMES); in t4_get_vi_stats()7626 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES); in t4_get_vi_stats()7627 stats->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES); in t4_get_vi_stats()7628 stats->tx_ucast_bytes = GET_STAT(TX_VF_UCAST_BYTES); in t4_get_vi_stats()7629 stats->tx_ucast_frames = GET_STAT(TX_VF_UCAST_FRAMES); in t4_get_vi_stats()7630 stats->tx_drop_frames = GET_STAT(TX_VF_DROP_FRAMES); in t4_get_vi_stats()7631 stats->tx_offload_bytes = GET_STAT(TX_VF_OFFLOAD_BYTES); in t4_get_vi_stats()7632 stats->tx_offload_frames = GET_STAT(TX_VF_OFFLOAD_FRAMES); in t4_get_vi_stats()[all …]