Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dvfio.h54 extern void *vfio_device_data(struct vfio_device *device);
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci.c1023 vdev = vfio_device_data(device); in vfio_pci_aer_err_detected()
1118 tmp = vfio_device_data(devs.devices[i]); in vfio_pci_try_bus_reset()
1131 tmp = vfio_device_data(devs.devices[i]); in vfio_pci_try_bus_reset()
/linux-4.4.14/drivers/vfio/
Dvfio.c732 void *vfio_device_data(struct vfio_device *device) in vfio_device_data() function
736 EXPORT_SYMBOL_GPL(vfio_device_data);