Searched refs:log_ops (Results 1 – 5 of 5) sorted by relevance
888 if (!device->log_ops) in vfio_ioctl_device_feature_logging_start()941 ret = device->log_ops->log_start(device, &root, nnodes, in vfio_ioctl_device_feature_logging_start()948 device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_start()963 if (!device->log_ops) in vfio_ioctl_device_feature_logging_stop()971 return device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_stop()980 return device->log_ops->log_read_and_clear(device, iova, length, iter); in vfio_device_log_read_and_clear()996 if (!device->log_ops) in vfio_ioctl_device_feature_logging_report()
192 const struct vfio_log_ops *log_ops);
202 const struct vfio_log_ops *log_ops) in mlx5vf_cmd_set_migratable() argument250 mvdev->core_device.vdev.log_ops = log_ops; in mlx5vf_cmd_set_migratable()
44 const struct vfio_log_ops *log_ops; member
2144 if (vdev->vdev.log_ops && !(vdev->vdev.log_ops->log_start && in vfio_pci_core_register_device()2145 vdev->vdev.log_ops->log_stop && in vfio_pci_core_register_device()2146 vdev->vdev.log_ops->log_read_and_clear)) in vfio_pci_core_register_device()
Completed in 17 milliseconds