Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vfio/pci/pds/
Dvfio_dev.c136 .log_stop = pds_vfio_dma_logging_stop,
/Linux-v6.6/include/linux/
Dvfio.h222 int (*log_stop)(struct vfio_device *device); member
/Linux-v6.6/drivers/vfio/
Dvfio_main.c1066 device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_start()
1089 return device->log_ops->log_stop(device); in vfio_ioctl_device_feature_logging_stop()
/Linux-v6.6/drivers/vfio/pci/mlx5/
Dmain.c1278 .log_stop = mlx5vf_stop_page_tracker,
/Linux-v6.6/drivers/vfio/pci/
Dvfio_pci_core.c2209 vdev->vdev.log_ops->log_stop && in vfio_pci_core_register_device()