Lines Matching defs:GET_STAT
7261 #define GET_STAT(name) \
7266 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES);
7267 stats->tx_bcast_frames = GET_STAT(TX_VF_BCAST_FRAMES);
7268 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES);
7269 stats->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES);
7270 stats->tx_ucast_bytes = GET_STAT(TX_VF_UCAST_BYTES);
7271 stats->tx_ucast_frames = GET_STAT(TX_VF_UCAST_FRAMES);
7272 stats->tx_drop_frames = GET_STAT(TX_VF_DROP_FRAMES);
7273 stats->tx_offload_bytes = GET_STAT(TX_VF_OFFLOAD_BYTES);
7274 stats->tx_offload_frames = GET_STAT(TX_VF_OFFLOAD_FRAMES);
7275 stats->rx_bcast_bytes = GET_STAT(RX_VF_BCAST_BYTES);
7276 stats->rx_bcast_frames = GET_STAT(RX_VF_BCAST_FRAMES);
7277 stats->rx_mcast_bytes = GET_STAT(RX_VF_MCAST_BYTES);
7278 stats->rx_mcast_frames = GET_STAT(RX_VF_MCAST_FRAMES);
7279 stats->rx_ucast_bytes = GET_STAT(RX_VF_UCAST_BYTES);
7280 stats->rx_ucast_frames = GET_STAT(RX_VF_UCAST_FRAMES);
7281 stats->rx_err_frames = GET_STAT(RX_VF_ERR_FRAMES);
7285 #undef GET_STAT