Home
last modified time | relevance | path

Searched refs:log_stop (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dvfio.h234 * @log_stop: Optional callback to ask the device stop DMA logging.
242 * to log_start without an intervening log_stop, as well as graceful
243 * handling of log_stop and log_read_and_clear from invalid states.
248 int (*log_stop)(struct vfio_device *device); member
/linux/drivers/vfio/
H A Dvfio_main.c1123 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()
/linux/drivers/vfio/pci/mlx5/
H A Dmain.c1333 .log_stop = mlx5vf_stop_page_tracker,
/linux/samples/vfio-mdev/
H A Dmtty.c1308 .log_stop = mtty_log_stop,
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c2138 vdev->vdev.log_ops->log_stop && in vfio_pci_core_register_device()