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.c242 uint64_t *tbytes, uint64_t *tx_dropped_pkt) in gve_accum_stats() argument
259 *tx_dropped_pkt += counter_u64_fetch(txqstats->tx_dropped_pkt); in gve_accum_stats()
H A Dgve.h277 counter_u64_t tx_dropped_pkt; member
454 uint64_t *tbytes, uint64_t *tx_dropped_pkt);
H A Dgve_main.c324 uint64_t tx_dropped_pkt = 0; in gve_get_counter() local
329 &tbytes, &tx_dropped_pkt); in gve_get_counter()
348 return (tx_dropped_pkt); in gve_get_counter()
H A Dgve_tx.c631 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit()
757 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit_ifp()
769 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit_ifp()