Searched defs:vfio_pci_hot_reset (Results 1 – 2 of 2) sorted by relevance
776 struct vfio_pci_hot_reset { struct777 __u32 argsz;778 __u32 flags;779 __u32 count;780 __s32 group_fds[];
2690 static int vfio_pci_hot_reset(VFIOPCIDevice *vdev, bool single) in vfio_pci_hot_reset() function