Searched refs:txqstats (Results 1 – 1 of 1) sorted by relevance
489 struct gve_txq_stats *txqstats; in gve_accum_stats() local500 txqstats = &priv->tx[i].stats; in gve_accum_stats()501 *tpackets += counter_u64_fetch(txqstats->tpackets); in gve_accum_stats()502 *tbytes += counter_u64_fetch(txqstats->tbytes); in gve_accum_stats()503 *tx_dropped_pkt += counter_u64_fetch(txqstats->tx_dropped_pkt); in gve_accum_stats()