Searched refs:tx_dropped_pkt (Results 1 – 4 of 4) sorted by relevance
486 uint64_t *tbytes, uint64_t *tx_dropped_pkt) in gve_accum_stats() argument503 *tx_dropped_pkt += counter_u64_fetch(txqstats->tx_dropped_pkt); in gve_accum_stats()
376 counter_u64_t tx_dropped_pkt; member774 uint64_t *tbytes, uint64_t *tx_dropped_pkt);
558 uint64_t tx_dropped_pkt = 0; in gve_get_counter() local563 &tbytes, &tx_dropped_pkt); in gve_get_counter()582 return (tx_dropped_pkt); in gve_get_counter()
910 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit_ifp()923 counter_u64_add_protected(tx->stats.tx_dropped_pkt, 1); in gve_xmit_ifp()