Searched refs:tpackets (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/gve/ |
H A D | gve_sysctl.c | 139 &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 D | gve.h | 374 counter_u64_t tpackets; member 773 uint64_t *rbytes, uint64_t *rx_dropped_pkt, uint64_t *tpackets,
|
H A D | gve_main.c | 554 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 D | gve_tx.c | 432 counter_u64_add_protected(tx->stats.tpackets, 1); in gve_tx_cleanup_tq()
|
H A D | gve_tx_dqo.c | 1127 counter_u64_add_protected(tx->stats.tpackets, pkts_done); in gve_tx_cleanup_dqo()
|