Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h204 #define VTPCI_OPS(hw) (crypto_virtio_hw_internal[(hw)->dev_id].vtpci_ops)
205 #define VTPCI_IO(hw) (&crypto_virtio_hw_internal[(hw)->dev_id].io)
207 extern struct virtio_hw_internal crypto_virtio_hw_internal[RTE_MAX_VIRTIO_CRYPTO];
H A Dvirtio_pci.c34 struct virtio_hw_internal crypto_virtio_hw_internal[RTE_MAX_VIRTIO_CRYPTO]; variable
455 crypto_virtio_hw_internal[hw->dev_id].vtpci_ops = in vtpci_cryptodev_init()