Home
last modified time | relevance | path

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

/qemu/hw/vfio-user/
H A Dproxy.h124 bool vfio_user_send_async(VFIOUserProxy *proxy, VFIOUserHdr *hdr,
H A Dproxy.c733 bool vfio_user_send_async(VFIOUserProxy *proxy, VFIOUserHdr *hdr, in vfio_user_send_async() function
823 if (!vfio_user_send_async(proxy, hdr, NULL, &local_err)) { in vfio_user_send_reply()
843 if (!vfio_user_send_async(proxy, hdr, NULL, &local_err)) { in vfio_user_send_error()
H A Ddevice.c405 if (!vfio_user_send_async(proxy, &msgp->hdr, NULL, &local_err)) { in vfio_user_device_io_region_write()