Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvfio.h54 extern void *vfio_device_data(struct vfio_device *device);
/Linux-v5.4/drivers/vfio/pci/
Dvfio_pci.c1409 vdev = vfio_device_data(device); in vfio_pci_aer_err_detected()
1475 vdev = vfio_device_data(device); in vfio_pci_reflck_find()
1543 vdev = vfio_device_data(device); in vfio_pci_get_unused_devs()
1599 tmp = vfio_device_data(devs.devices[i]); in vfio_pci_try_bus_reset()
1608 tmp = vfio_device_data(devs.devices[i]); in vfio_pci_try_bus_reset()
/Linux-v5.4/drivers/vfio/
Dvfio.c896 void *vfio_device_data(struct vfio_device *device) in vfio_device_data() function
900 EXPORT_SYMBOL_GPL(vfio_device_data);