Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.h52 extern const struct eth_dev_ops virtio_user_secondary_eth_dev_ops;
H A Dvirtio_user_ethdev.c689 eth_dev->dev_ops = &virtio_user_secondary_eth_dev_ops; in virtio_user_pmd_probe()
H A Dvirtio_ethdev.c951 const struct eth_dev_ops virtio_user_secondary_eth_dev_ops = { variable