Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h148 struct virtio_crypto_hw;
155 void (*reset)(struct virtio_crypto_hw *hw);
157 uint8_t (*get_status)(struct virtio_crypto_hw *hw);
160 uint64_t (*get_features)(struct virtio_crypto_hw *hw);
163 uint8_t (*get_isr)(struct virtio_crypto_hw *hw);
167 uint16_t (*set_queue_irq)(struct virtio_crypto_hw *hw,
170 uint16_t (*get_queue_num)(struct virtio_crypto_hw *hw,
177 struct virtio_crypto_hw { struct
234 struct virtio_crypto_hw *hw);
235 void vtpci_cryptodev_reset(struct virtio_crypto_hw *hw);
[all …]
H A Dvirtio_pci.c60 modern_read_dev_config(struct virtio_crypto_hw *hw, size_t offset, in modern_read_dev_config()
90 modern_get_features(struct virtio_crypto_hw *hw) in modern_get_features()
116 modern_get_status(struct virtio_crypto_hw *hw) in modern_get_status()
122 modern_set_status(struct virtio_crypto_hw *hw, uint8_t status) in modern_set_status()
128 modern_reset(struct virtio_crypto_hw *hw) in modern_reset()
135 modern_get_isr(struct virtio_crypto_hw *hw) in modern_get_isr()
219 modern_notify_queue(struct virtio_crypto_hw *hw __rte_unused, in modern_notify_queue()
273 vtpci_cryptodev_reset(struct virtio_crypto_hw *hw) in vtpci_cryptodev_reset()
281 vtpci_cryptodev_reinit_complete(struct virtio_crypto_hw *hw) in vtpci_cryptodev_reinit_complete()
296 vtpci_cryptodev_get_status(struct virtio_crypto_hw *hw) in vtpci_cryptodev_get_status()
[all …]
H A Dvirtio_cryptodev.c269 struct virtio_crypto_hw *hw; in virtio_crypto_queue_release()
298 struct virtio_crypto_hw *hw = dev->data->dev_private; in virtio_crypto_queue_setup()
453 struct virtio_crypto_hw *hw = dev->data->dev_private; in virtio_crypto_ctrlq_setup()
477 struct virtio_crypto_hw *hw = dev->data->dev_private; in virtio_crypto_free_queues()
523 struct virtio_crypto_hw *hw = dev->data->dev_private; in virtio_crypto_update_stats()
560 struct virtio_crypto_hw *hw = dev->data->dev_private; in virtio_crypto_dev_stats_reset()
722 struct virtio_crypto_hw *hw; in crypto_virtio_create()
818 struct virtio_crypto_hw *hw = dev->data->dev_private; in virtio_crypto_dev_stop()
885 struct virtio_crypto_hw *hw; in virtio_crypto_check_sym_session_paras()
932 struct virtio_crypto_hw *hw; in virtio_crypto_sym_clear_session()
[all …]
H A Dvirtqueue.h53 struct virtio_crypto_hw *hw;
H A Dvirtio_rxtx.c367 struct virtio_crypto_hw *hw = vq->hw; in virtio_crypto_vring_start()
404 struct virtio_crypto_hw *hw = dev->data->dev_private; in virtio_crypto_ctrlq_start()
420 struct virtio_crypto_hw *hw = dev->data->dev_private; in virtio_crypto_dataq_start()