Searched refs:get_vfio_device_fd (Results 1 – 5 of 5) sorted by relevance
47 int (*get_vfio_device_fd)(int vid); member
3101 RTE_FUNC_PTR_OR_ERR_RET(vdpa_dev->ops->get_vfio_device_fd, -ENOTSUP); in rte_vhost_host_notifier_ctrl()3104 vfio_device_fd = vdpa_dev->ops->get_vfio_device_fd(vid); in rte_vhost_host_notifier_ctrl()
466 .get_vfio_device_fd = mlx5_vdpa_get_device_fd,
394 * ``get_vfio_device_fd``
1148 .get_vfio_device_fd = ifcvf_get_vfio_device_fd,