Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c246 VTPCI_OPS(hw)->read_dev_cfg(hw, offset, dst, length); in vtpci_read_cryptodev_config()
253 VTPCI_OPS(hw)->write_dev_cfg(hw, offset, src, length); in vtpci_write_cryptodev_config()
267 VTPCI_OPS(hw)->set_features(hw, features); in vtpci_cryptodev_negotiate_features()
275 VTPCI_OPS(hw)->set_status(hw, VIRTIO_CONFIG_STATUS_RESET); in vtpci_cryptodev_reset()
277 VTPCI_OPS(hw)->get_status(hw); in vtpci_cryptodev_reset()
290 status |= VTPCI_OPS(hw)->get_status(hw); in vtpci_cryptodev_set_status()
292 VTPCI_OPS(hw)->set_status(hw, status); in vtpci_cryptodev_set_status()
298 return VTPCI_OPS(hw)->get_status(hw); in vtpci_cryptodev_get_status()
304 return VTPCI_OPS(hw)->get_isr(hw); in vtpci_cryptodev_isr()
H A Dvirtqueue.h151 VTPCI_OPS(vq->hw)->notify_queue(vq->hw, vq); in virtqueue_notify()
H A Dvirtio_pci.h205 #define VTPCI_OPS(hw) (crypto_virtio_hw_internal[(hw)->dev_id].vtpci_ops) macro
H A Dvirtio_cryptodev.c276 VTPCI_OPS(hw)->del_queue(hw, vq); in virtio_crypto_queue_release()
311 vq_size = VTPCI_OPS(hw)->get_queue_num(hw, vtpci_queue_idx); in virtio_crypto_queue_setup()
633 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_negotiate_features()
H A Dvirtio_rxtx.c396 if (VTPCI_OPS(hw)->setup_queue(hw, vq) < 0) { in virtio_crypto_vring_start()