Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h359 int vtpci_init(struct rte_pci_device *dev, struct virtio_hw *hw);
H A Dvirtio_pci.c690 vtpci_init(struct rte_pci_device *dev, struct virtio_hw *hw) in vtpci_init() function
H A Dvirtio_ethdev.c1954 ret = vtpci_init(RTE_ETH_DEV_TO_PCI(eth_dev), hw); in eth_virtio_dev_init()