Searched refs:log_ops (Results 1 – 7 of 7) sorted by relevance
1066 if (!device->log_ops) in vfio_ioctl_device_feature_logging_start()1119 ret = device->log_ops->log_start(device, &root, nnodes, in vfio_ioctl_device_feature_logging_start()1126 device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_start()1141 if (!device->log_ops) in vfio_ioctl_device_feature_logging_stop()1149 return device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_stop()1158 return device->log_ops->log_read_and_clear(device, iova, length, iter); in vfio_device_log_read_and_clear()1174 if (!device->log_ops) in vfio_ioctl_device_feature_logging_report()
138 vdev->log_ops = &pds_vfio_log_ops; in pds_vfio_init_device()
204 const struct vfio_log_ops *log_ops);
221 const struct vfio_log_ops *log_ops) in mlx5vf_cmd_set_migratable() argument275 mvdev->core_device.vdev.log_ops = log_ops; in mlx5vf_cmd_set_migratable()
46 const struct vfio_log_ops *log_ops; member
2145 if (vdev->vdev.log_ops && !(vdev->vdev.log_ops->log_start && in vfio_pci_core_register_device()2146 vdev->vdev.log_ops->log_stop && in vfio_pci_core_register_device()2147 vdev->vdev.log_ops->log_read_and_clear)) in vfio_pci_core_register_device()
1351 vdev->log_ops = &mtty_log_ops; in mtty_init_dev()