Searched refs:txqstats (Results 1 – 1 of 1) sorted by relevance
311 struct gve_txq_stats *txqstats; in gve_accum_stats() local322 txqstats = &priv->tx[i].stats; in gve_accum_stats()323 *tpackets += counter_u64_fetch(txqstats->tpackets); in gve_accum_stats()324 *tbytes += counter_u64_fetch(txqstats->tbytes); in gve_accum_stats()325 *tx_dropped_pkt += counter_u64_fetch(txqstats->tx_dropped_pkt); in gve_accum_stats()