Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h292 struct virtio_hw_internal { struct
297 #define VTPCI_OPS(hw) (virtio_hw_internal[(hw)->port_id].vtpci_ops) argument
298 #define VTPCI_IO(hw) (&virtio_hw_internal[(hw)->port_id].io)
300 extern struct virtio_hw_internal virtio_hw_internal[RTE_MAX_ETHPORTS];
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()
H A Dvirtio_ethdev.c144 struct virtio_hw_internal virtio_hw_internal[RTE_MAX_ETHPORTS]; variable
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h199 struct virtio_hw_internal { struct
207 extern struct virtio_hw_internal crypto_virtio_hw_internal[RTE_MAX_VIRTIO_CRYPTO]; argument
H A Dvirtio_pci.c34 struct virtio_hw_internal crypto_virtio_hw_internal[RTE_MAX_VIRTIO_CRYPTO];