Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_sysctl.c139 &stats->tpackets, "Packets transmitted"); in gve_setup_txq_sysctl()
485 uint64_t *rbytes, uint64_t *rx_dropped_pkt, uint64_t *tpackets, in gve_accum_stats() argument
501 *tpackets += counter_u64_fetch(txqstats->tpackets); in gve_accum_stats()
H A Dgve.h374 counter_u64_t tpackets; member
773 uint64_t *rbytes, uint64_t *rx_dropped_pkt, uint64_t *tpackets,
H A Dgve_main.c554 uint64_t tpackets = 0; in gve_get_counter() local
562 gve_accum_stats(priv, &rpackets, &rbytes, &rx_dropped_pkt, &tpackets, in gve_get_counter()
570 return (tpackets); in gve_get_counter()
H A Dgve_tx.c432 counter_u64_add_protected(tx->stats.tpackets, 1); in gve_tx_cleanup_tq()
H A Dgve_tx_dqo.c1127 counter_u64_add_protected(tx->stats.tpackets, pkts_done); in gve_tx_cleanup_dqo()