Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h200 const struct virtio_pci_ops *vtpci_ops; member
204 #define VTPCI_OPS(hw) (crypto_virtio_hw_internal[(hw)->dev_id].vtpci_ops)
H A Dvirtio_pci.c455 crypto_virtio_hw_internal[hw->dev_id].vtpci_ops = in vtpci_cryptodev_init()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h293 const struct virtio_pci_ops *vtpci_ops; member
297 #define VTPCI_OPS(hw) (virtio_hw_internal[(hw)->port_id].vtpci_ops)
H A Dvirtio_pci.c699 virtio_hw_internal[hw->port_id].vtpci_ops = &modern_ops; in vtpci_init()
718 virtio_hw_internal[hw->port_id].vtpci_ops = &legacy_ops; in vtpci_init()
H A Dvirtio_user_ethdev.c626 virtio_hw_internal[hw->port_id].vtpci_ops = &virtio_user_ops; in virtio_user_eth_dev_alloc()