Searched refs:log_stop (Results 1 – 5 of 5) sorted by relevance
234 * @log_stop: Optional callback to ask the device stop DMA logging.242 * to log_start without an intervening log_stop, as well as graceful243 * handling of log_stop and log_read_and_clear from invalid states.248 int (*log_stop)(struct vfio_device *device); member
1123 device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_start() 1146 return device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_stop()
1333 .log_stop = mlx5vf_stop_page_tracker,
1308 .log_stop = mtty_log_stop,
2138 vdev->vdev.log_ops->log_stop && in vfio_pci_core_register_device()