Lines Matching defs:proxy
48 static void vfio_user_shutdown(VFIOUserProxy *proxy) in vfio_user_shutdown()
62 static ssize_t vfio_user_send_qio(VFIOUserProxy *proxy, VFIOUserMsg *msg, in vfio_user_send_qio()
90 static VFIOUserMsg *vfio_user_getmsg(VFIOUserProxy *proxy, VFIOUserHdr *hdr, in vfio_user_getmsg()
111 static void vfio_user_recycle(VFIOUserProxy *proxy, VFIOUserMsg *msg) in vfio_user_recycle()
150 static void vfio_user_process(VFIOUserProxy *proxy, VFIOUserMsg *msg, in vfio_user_process()
186 static int vfio_user_complete(VFIOUserProxy *proxy, Error **errp) in vfio_user_complete()
230 static int vfio_user_recv_one(VFIOUserProxy *proxy, Error **errp) in vfio_user_recv_one()
415 VFIOUserProxy *proxy = opaque; in vfio_user_recv() local
437 static ssize_t vfio_user_send_one(VFIOUserProxy *proxy, Error **errp) in vfio_user_send_one()
466 VFIOUserProxy *proxy = opaque; in vfio_user_send() local
496 VFIOUserProxy *proxy = opaque; in vfio_user_close_cb() local
525 VFIOUserProxy *proxy = opaque; in vfio_user_request() local
584 static bool vfio_user_send_queued(VFIOUserProxy *proxy, VFIOUserMsg *msg, in vfio_user_send_queued()
647 bool vfio_user_send_nowait(VFIOUserProxy *proxy, VFIOUserHdr *hdr, in vfio_user_send_nowait()
681 bool vfio_user_send_wait(VFIOUserProxy *proxy, VFIOUserHdr *hdr, in vfio_user_send_wait()
732 bool vfio_user_send_async(VFIOUserProxy *proxy, VFIOUserHdr *hdr, in vfio_user_send_async()
758 void vfio_user_wait_reqs(VFIOUserProxy *proxy) in vfio_user_wait_reqs()
806 void vfio_user_send_reply(VFIOUserProxy *proxy, VFIOUserHdr *hdr, int size) in vfio_user_send_reply()
830 void vfio_user_send_error(VFIOUserProxy *proxy, VFIOUserHdr *hdr, int error) in vfio_user_send_error()
863 vfio_user_disable_posted_writes(VFIOUserProxy *proxy) in vfio_user_disable_posted_writes()
875 VFIOUserProxy *proxy; in vfio_user_connect_dev() local
932 VFIOUserProxy *proxy = vbasedev->proxy; in vfio_user_set_handler() local
940 void vfio_user_disconnect(VFIOUserProxy *proxy) in vfio_user_disconnect()
1024 static bool caps_parse(VFIOUserProxy *proxy, QDict *qdict, in caps_parse()
1047 static bool check_migr_pgsize(VFIOUserProxy *proxy, QObject *qobj, Error **errp) in check_migr_pgsize()
1067 static bool check_bitmap(VFIOUserProxy *proxy, QObject *qobj, Error **errp) in check_bitmap()
1093 static bool check_max_fds(VFIOUserProxy *proxy, QObject *qobj, Error **errp) in check_max_fds()
1107 static bool check_max_xfer(VFIOUserProxy *proxy, QObject *qobj, Error **errp) in check_max_xfer()
1121 static bool check_pgsizes(VFIOUserProxy *proxy, QObject *qobj, Error **errp) in check_pgsizes()
1141 static bool check_max_dma(VFIOUserProxy *proxy, QObject *qobj, Error **errp) in check_max_dma()
1161 static bool check_migr(VFIOUserProxy *proxy, QObject *qobj, Error **errp) in check_migr()
1172 static bool check_multi(VFIOUserProxy *proxy, QObject *qobj, Error **errp) in check_multi()
1196 static bool check_cap(VFIOUserProxy *proxy, QObject *qobj, Error **errp) in check_cap()
1212 static bool caps_check(VFIOUserProxy *proxy, int minor, const char *caps, in caps_check()
1260 bool vfio_user_validate_version(VFIOUserProxy *proxy, Error **errp) in vfio_user_validate_version()
1308 void vfio_user_flush_multi(VFIOUserProxy *proxy) in vfio_user_flush_multi()
1331 void vfio_user_create_multi(VFIOUserProxy *proxy) in vfio_user_create_multi()
1341 void vfio_user_add_multi(VFIOUserProxy *proxy, uint8_t index, in vfio_user_add_multi()