Home
last modified time | relevance | path

Searched refs:vfio_device_data (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dvfio.h54 extern void *vfio_device_data(struct vfio_device *device);
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci.c1023 vdev = vfio_device_data(device); in vfio_pci_aer_err_detected()
1116 tmp = vfio_device_data(devs.devices[i]); in vfio_pci_try_bus_reset()
1129 tmp = vfio_device_data(devs.devices[i]); in vfio_pci_try_bus_reset()
/linux-4.1.27/drivers/vfio/
Dvfio.c684 void *vfio_device_data(struct vfio_device *device) in vfio_device_data() function
688 EXPORT_SYMBOL_GPL(vfio_device_data);