Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio-user/
H A Dproxy.h57 typedef struct VFIOUserProxy { struct
58 QLIST_ENTRY(VFIOUserProxy) next;
91 } VFIOUserProxy; argument
105 VFIOUserProxy *vfio_user_connect_dev(SocketAddress *addr, Error **errp);
106 void vfio_user_disconnect(VFIOUserProxy *proxy);
110 bool vfio_user_validate_version(VFIOUserProxy *proxy, Error **errp);
115 void vfio_user_disable_posted_writes(VFIOUserProxy *proxy);
119 void vfio_user_wait_reqs(VFIOUserProxy *proxy);
120 bool vfio_user_send_wait(VFIOUserProxy *proxy, VFIOUserHdr *hdr,
122 bool vfio_user_send_nowait(VFIOUserProxy *proxy, VFIOUserHdr *hdr,
[all …]
H A Ddevice.c25 bool vfio_user_get_device_info(VFIOUserProxy *proxy, in vfio_user_get_device_info()
59 void vfio_user_device_reset(VFIOUserProxy *proxy) in vfio_user_device_reset()
77 static int vfio_user_get_region_info(VFIOUserProxy *proxy, in vfio_user_get_region_info()
158 VFIOUserProxy *proxy = vbasedev->proxy; in vfio_user_device_io_get_irq_info()
203 VFIOUserProxy *proxy = vbasedev->proxy; in vfio_user_device_io_set_irqs()
296 VFIOUserProxy *proxy = vbasedev->proxy; in vfio_user_device_io_region_read()
339 VFIOUserProxy *proxy = vbasedev->proxy; in vfio_user_device_io_region_write()