Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c1322 #define GET_TX_STATS(reg) \ in nicvf_update_stats() macro
1340 stats->tx_bytes_ok = GET_TX_STATS(TX_OCTS); in nicvf_update_stats()
1341 stats->tx_ucast_frames_ok = GET_TX_STATS(TX_UCAST); in nicvf_update_stats()
1342 stats->tx_bcast_frames_ok = GET_TX_STATS(TX_BCAST); in nicvf_update_stats()
1343 stats->tx_mcast_frames_ok = GET_TX_STATS(TX_MCAST); in nicvf_update_stats()
1344 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats()