Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.c533 const struct virtqueue *data_queue in virtio_crypto_update_stats() local
535 if (data_queue == NULL) in virtio_crypto_update_stats()
538 stats->enqueued_count += data_queue->packets_sent_total; in virtio_crypto_update_stats()
539 stats->enqueue_err_count += data_queue->packets_sent_failed; in virtio_crypto_update_stats()
543 += data_queue->packets_received_failed; in virtio_crypto_update_stats()
565 struct virtqueue *data_queue = dev->data->queue_pairs[i]; in virtio_crypto_dev_stats_reset() local
566 if (data_queue == NULL) in virtio_crypto_dev_stats_reset()
569 data_queue->packets_sent_total = 0; in virtio_crypto_dev_stats_reset()
570 data_queue->packets_sent_failed = 0; in virtio_crypto_dev_stats_reset()
572 data_queue->packets_received_total = 0; in virtio_crypto_dev_stats_reset()
[all …]