Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c1672 #define GET_TX_STATS(reg) \ in nicvf_update_stats() macro
1690 stats->tx_bytes = GET_TX_STATS(TX_OCTS); in nicvf_update_stats()
1691 stats->tx_ucast_frames = GET_TX_STATS(TX_UCAST); in nicvf_update_stats()
1692 stats->tx_bcast_frames = GET_TX_STATS(TX_BCAST); in nicvf_update_stats()
1693 stats->tx_mcast_frames = GET_TX_STATS(TX_MCAST); in nicvf_update_stats()
1694 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats()