Home
last modified time | relevance | path

Searched refs:packets_received_total (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtqueue.h86 uint64_t packets_received_total; member
H A Dvirtio_cryptodev.c541 stats->dequeued_count += data_queue->packets_received_total; in virtio_crypto_update_stats()
572 data_queue->packets_received_total = 0; in virtio_crypto_dev_stats_reset()
H A Dvirtio_rxtx.c97 vq->packets_received_total++; in virtqueue_dequeue_burst_rx()