Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/gve/
H A Dgve_sysctl.c108 &stats->tpackets, "Packets transmitted"); in gve_setup_txq_sysctl()
241 uint64_t *rbytes, uint64_t *rx_dropped_pkt, uint64_t *tpackets, in gve_accum_stats() argument
257 *tpackets += counter_u64_fetch(txqstats->tpackets); in gve_accum_stats()
H A Dgve.h275 counter_u64_t tpackets; member
453 uint64_t *rbytes, uint64_t *rx_dropped_pkt, uint64_t *tpackets,
H A Dgve_main.c320 uint64_t tpackets = 0; in gve_get_counter() local
328 gve_accum_stats(priv, &rpackets, &rbytes, &rx_dropped_pkt, &tpackets, in gve_get_counter()
336 return (tpackets); in gve_get_counter()
H A Dgve_tx.c357 counter_u64_add_protected(tx->stats.tpackets, 1); in gve_tx_cleanup_tq()