Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvdpa-dev-pci.c30 typedef struct VhostVdpaDevicePCI VhostVdpaDevicePCI; typedef
33 DECLARE_INSTANCE_CHECKER(VhostVdpaDevicePCI, VHOST_VDPA_DEVICE_PCI,
36 struct VhostVdpaDevicePCI { struct
43 VhostVdpaDevicePCI *dev = VHOST_VDPA_DEVICE_PCI(obj); in vhost_vdpa_device_pci_instance_init() argument
57 VhostVdpaDevicePCI *dev = container_of(v, VhostVdpaDevicePCI, vdev); in vhost_vdpa_device_pci_post_init()
71 VhostVdpaDevicePCI *dev = VHOST_VDPA_DEVICE_PCI(vpci_dev); in vhost_vdpa_device_pci_realize()
92 .instance_size = sizeof(VhostVdpaDevicePCI),