Home
last modified time | relevance | path

Searched refs:GET_TX_STATS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c1670 #define GET_TX_STATS(reg) \ in nicvf_update_stats() macro
1688 stats->tx_bytes = GET_TX_STATS(TX_OCTS); in nicvf_update_stats()
1689 stats->tx_ucast_frames = GET_TX_STATS(TX_UCAST); in nicvf_update_stats()
1690 stats->tx_bcast_frames = GET_TX_STATS(TX_BCAST); in nicvf_update_stats()
1691 stats->tx_mcast_frames = GET_TX_STATS(TX_MCAST); in nicvf_update_stats()
1692 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats()