Home
last modified time | relevance | path

Searched defs:vu_dev (Results 1 – 6 of 6) sorted by relevance

/qemu/util/
H A Dvhost-user-server.c85 static void panic_cb(VuDev *vu_dev, const char *buf) in panic_cb()
111 vu_message_read(VuDev *vu_dev, int conn_fd, VhostUserMsg *vmsg) in vu_message_read()
213 VuDev *vu_dev = &server->vu_dev; in vu_client_trip() local
263 VuDev *vu_dev = vu_fd_watch->vu_dev; in kick_handler() local
288 set_watch(VuDev *vu_dev, int fd, int vu_evt, in set_watch()
315 static void remove_watch(VuDev *vu_dev, int fd) in remove_watch()
/qemu/contrib/vhost-user-blk/
H A Dvhost-user-blk.c84 static void vub_panic_cb(VuDev *vu_dev, const char *buf) in vub_panic_cb()
103 VuDev *vu_dev = &gdev->parent; in vub_req_complete() local
229 VuDev *vu_dev = &gdev->parent; in vub_virtio_process_req() local
331 static void vub_process_vq(VuDev *vu_dev, int idx) in vub_process_vq()
353 static void vub_queue_set_started(VuDev *vu_dev, int idx, bool started) in vub_queue_set_started()
399 vub_get_config(VuDev *vu_dev, uint8_t *config, uint32_t len) in vub_get_config()
416 vub_set_config(VuDev *vu_dev, const uint8_t *data, in vub_set_config()
/qemu/block/export/
H A Dvhost-user-blk-server.c45 VuDev *vu_dev = &req->server->vu_dev; in vu_blk_req_complete() local
82 static void vu_blk_process_vq(VuDev *vu_dev, int idx) in vu_blk_process_vq()
106 static void vu_blk_queue_set_started(VuDev *vu_dev, int idx, bool started) in vu_blk_queue_set_started()
148 vu_blk_get_config(VuDev *vu_dev, uint8_t *config, uint32_t len) in vu_blk_get_config()
162 vu_blk_set_config(VuDev *vu_dev, const uint8_t *data, in vu_blk_set_config()
/qemu/include/qemu/
H A Dvhost-user-server.h23 VuDev *vu_dev; member
49 VuDev vu_dev; member
/qemu/contrib/vhost-user-scsi/
H A Dvhost-user-scsi.c214 static void vus_panic_cb(VuDev *vu_dev, const char *buf) in vus_panic_cb()
230 static void vus_proc_req(VuDev *vu_dev, int idx) in vus_proc_req()
294 static void vus_queue_set_started(VuDev *vu_dev, int idx, bool started) in vus_queue_set_started()
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user-glib.c105 set_watch(VuDev *vu_dev, int fd, int vu_evt, vu_watch_cb cb, void *pvt) in set_watch()
120 remove_watch(VuDev *vu_dev, int fd) in remove_watch()