Lines Matching refs:drops
126 u64_stats_t drops; member
159 VIRTNET_RQ_STAT("drops", drops),
242 VIRTNET_STATS_DESC_RX_QSTAT(basic, drops, hw_drops),
247 VIRTNET_STATS_DESC_TX_QSTAT(basic, drops, hw_drops),
1279 u64_stats_inc(&stats->drops); in virtnet_receive_xsk_small()
1413 u64_stats_inc(&stats->drops); in virtnet_receive_xsk_merge()
2044 u64_stats_inc(&stats->drops); in receive_small_xdp()
2097 u64_stats_inc(&stats->drops); in receive_small()
2120 u64_stats_inc(&stats->drops); in receive_big()
2412 u64_stats_inc(&stats->drops); in receive_mergeable_xdp()
2533 u64_stats_inc(&stats->drops); in receive_mergeable()
3706 rdrops = u64_stats_read(&rq->stats.drops); in virtnet_stats()