Searched refs:vfio_user_send_async (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/vfio-user/ |
H A D | proxy.h | 124 bool vfio_user_send_async(VFIOUserProxy *proxy, VFIOUserHdr *hdr,
|
H A D | proxy.c | 733 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 D | device.c | 405 if (!vfio_user_send_async(proxy, &msgp->hdr, NULL, &local_err)) { in vfio_user_device_io_region_write()
|