Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_sysctl.c308 uint64_t *tbytes, uint64_t *tx_dropped_pkt) in gve_accum_stats() argument
325 *tx_dropped_pkt += counter_u64_fetch(txqstats->tx_dropped_pkt); in gve_accum_stats()
H A Dgve_main.c330 uint64_t tx_dropped_pkt = 0; in gve_get_counter() local
335 &tbytes, &tx_dropped_pkt); in gve_get_counter()
354 return (tx_dropped_pkt); in gve_get_counter()
H A Dgve.h343 counter_u64_t tx_dropped_pkt; member
695 uint64_t *tbytes, uint64_t *tx_dropped_pkt);
H A Dgve_tx.c879 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit_ifp()
892 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit_ifp()