Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c1660 #define GET_TX_STATS(reg) \ in nicvf_update_stats() macro
1678 stats->tx_bytes = GET_TX_STATS(TX_OCTS); in nicvf_update_stats()
1679 stats->tx_ucast_frames = GET_TX_STATS(TX_UCAST); in nicvf_update_stats()
1680 stats->tx_bcast_frames = GET_TX_STATS(TX_BCAST); in nicvf_update_stats()
1681 stats->tx_mcast_frames = GET_TX_STATS(TX_MCAST); in nicvf_update_stats()
1682 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats()