Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c1666 #define GET_TX_STATS(reg) \ in nicvf_update_stats() macro
1684 stats->tx_bytes = GET_TX_STATS(TX_OCTS); in nicvf_update_stats()
1685 stats->tx_ucast_frames = GET_TX_STATS(TX_UCAST); in nicvf_update_stats()
1686 stats->tx_bcast_frames = GET_TX_STATS(TX_BCAST); in nicvf_update_stats()
1687 stats->tx_mcast_frames = GET_TX_STATS(TX_MCAST); in nicvf_update_stats()
1688 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats()