Home
last modified time | relevance | path

Searched refs:virtio_user_ops (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h379 extern const struct virtio_pci_ops virtio_user_ops;
H A Dvirtio_user_ethdev.c465 const struct virtio_pci_ops virtio_user_ops = { variable
626 virtio_hw_internal[hw->port_id].vtpci_ops = &virtio_user_ops; in virtio_user_eth_dev_alloc()
H A Dvirtio_ethdev.c1888 VTPCI_OPS(hw) = &virtio_user_ops; in virtio_set_vtpci_ops()