Home
last modified time | relevance | path

Searched refs:rte_vdpa_register_device (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/vhost/
H A Dversion.map99 rte_vdpa_register_device;
H A Dvdpa_driver.h102 rte_vdpa_register_device(struct rte_device *rte_dev,
H A Dvdpa.c71 rte_vdpa_register_device(struct rte_device *rte_dev, in rte_vdpa_register_device() function
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_ops.c894 rte_vdpa_register_device(&pci_dev->device, &sfc_vdpa_ops); in sfc_vdpa_device_init()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c643 priv->vdev = rte_vdpa_register_device(cdev->dev, &mlx5_vdpa_ops); in mlx5_vdpa_dev_probe()
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c1248 internal->vdev = rte_vdpa_register_device(&pci_dev->device, &ifcvf_ops); in ifcvf_pci_probe()
/dpdk/doc/guides/rel_notes/
H A Drelease_21_11.rst502 * vhost: ``rte_vdpa_register_device``, ``rte_vdpa_unregister_device``,