Home
last modified time | relevance | path

Searched defs:vfio_device_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dvfio.h115 struct vfio_device_ops { struct
116 char *name;
117 int (*init)(struct vfio_device *vdev);
118 void (*release)(struct vfio_device *vdev);
119 int (*bind_iommufd)(struct vfio_device *vdev,
121 void (*unbind_iommufd)(struct vfio_device *vdev);
122 int (*attach_ioas)(struct vfio_device *vdev, u32 *pt_id);
123 void (*detach_ioas)(struct vfio_device *vdev);
124 int (*pasid_attach_ioas)(struct vfio_device *vdev, u32 pasid,
126 void (*pasid_detach_ioas)(struct vfio_device *vdev, u32 pasid);
[all …]