Searched defs:vfio_pci_hot_reset (Results 1 – 3 of 3) sorted by relevance
775 struct vfio_pci_hot_reset { struct776 __u32 argsz;777 __u32 flags;778 __u32 count;779 __s32 group_fds[];
2511 static int vfio_pci_hot_reset(VFIOPCIDevice *vdev, bool single) in vfio_pci_hot_reset() function