Searched refs:tpackets (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/gve/ |
| H A D | gve_sysctl.c | 108 &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 D | gve.h | 275 counter_u64_t tpackets; member 453 uint64_t *rbytes, uint64_t *rx_dropped_pkt, uint64_t *tpackets,
|
| H A D | gve_main.c | 320 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 D | gve_tx.c | 357 counter_u64_add_protected(tx->stats.tpackets, 1); in gve_tx_cleanup_tq()
|