Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dvfio.h135 int (*log_stop)(struct vfio_device *device); member
/linux-6.1.9/drivers/vfio/pci/mlx5/
Dmain.c584 .log_stop = mlx5vf_stop_page_tracker,
/linux-6.1.9/drivers/vfio/
Dvfio_main.c1377 device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_start()
1400 return device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_stop()
/linux-6.1.9/drivers/vfio/pci/
Dvfio_pci_core.c2137 vdev->vdev.log_ops->log_stop && in vfio_pci_core_register_device()