GET_TX_STATS     1690 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	stats->tx_bytes = GET_TX_STATS(TX_OCTS);
GET_TX_STATS     1691 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	stats->tx_ucast_frames = GET_TX_STATS(TX_UCAST);
GET_TX_STATS     1692 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	stats->tx_bcast_frames = GET_TX_STATS(TX_BCAST);
GET_TX_STATS     1693 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	stats->tx_mcast_frames = GET_TX_STATS(TX_MCAST);
GET_TX_STATS     1694 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	stats->tx_drops = GET_TX_STATS(TX_DROP);