Home
last modified time | relevance | path

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

/linux/drivers/vfio/
H A Dvfio_main.c1062 if (!device->log_ops) in vfio_ioctl_device_feature_logging_start()
1115 ret = device->log_ops->log_start(device, &root, nnodes, in vfio_ioctl_device_feature_logging_start()
1122 device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_start()
1137 if (!device->log_ops) in vfio_ioctl_device_feature_logging_stop()
1145 return device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_stop()
1154 return device->log_ops->log_read_and_clear(device, iova, length, iter); in vfio_device_log_read_and_clear()
1170 if (!device->log_ops) in vfio_ioctl_device_feature_logging_report()
/linux/drivers/vfio/pci/pds/
H A Dvfio_dev.c138 vdev->log_ops = &pds_vfio_log_ops; in pds_vfio_init_device()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h206 const struct vfio_log_ops *log_ops);
H A Dcmd.c221 const struct vfio_log_ops *log_ops) in mlx5vf_cmd_set_migratable() argument
275 mvdev->core_device.vdev.log_ops = log_ops; in mlx5vf_cmd_set_migratable()
/linux/include/linux/
H A Dvfio.h41 * mig_ops/log_ops is a static property of the vfio_device which must
45 const struct vfio_log_ops *log_ops; member
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c2142 if (vdev->vdev.log_ops && !(vdev->vdev.log_ops->log_start && in vfio_pci_core_register_device()
2143 vdev->vdev.log_ops->log_stop && in vfio_pci_core_register_device()
2144 vdev->vdev.log_ops->log_read_and_clear)) in vfio_pci_core_register_device()
/linux/samples/vfio-mdev/
H A Dmtty.c1351 vdev->log_ops = &mtty_log_ops; in mtty_init_dev()