Searched refs:virtio_hw_internal (Results 1 – 6 of 6) sorted by relevance
292 struct virtio_hw_internal { struct297 #define VTPCI_OPS(hw) (virtio_hw_internal[(hw)->port_id].vtpci_ops) argument298 #define VTPCI_IO(hw) (&virtio_hw_internal[(hw)->port_id].io)300 extern struct virtio_hw_internal virtio_hw_internal[RTE_MAX_ETHPORTS];
699 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()
626 virtio_hw_internal[hw->port_id].vtpci_ops = &virtio_user_ops; in virtio_user_eth_dev_alloc()
144 struct virtio_hw_internal virtio_hw_internal[RTE_MAX_ETHPORTS]; variable
199 struct virtio_hw_internal { struct207 extern struct virtio_hw_internal crypto_virtio_hw_internal[RTE_MAX_VIRTIO_CRYPTO]; argument
34 struct virtio_hw_internal crypto_virtio_hw_internal[RTE_MAX_VIRTIO_CRYPTO];