Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_sysctl.c311 struct gve_txq_stats *txqstats; in gve_accum_stats() local
322 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()