Searched refs:vu_set_queue_handler (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/block/export/ |
H A D | vhost-user-blk-server.c | 113 vu_set_queue_handler(vu_dev, vq, started ? vu_blk_process_vq : NULL); in vu_blk_queue_set_started()
|
/openbmc/qemu/contrib/vhost-user-scsi/ |
H A D | vhost-user-scsi.c | 305 vu_set_queue_handler(vu_dev, vq, started ? vus_proc_req : NULL); in vus_queue_set_started()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.h | 544 void vu_set_queue_handler(VuDev *dev, VuVirtq *vq,
|
H A D | libvhost-user.c | 1442 void vu_set_queue_handler(VuDev *dev, VuVirtq *vq, in vu_set_queue_handler() function
|
/openbmc/qemu/contrib/vhost-user-input/ |
H A D | main.c | 180 vu_set_queue_handler(dev, vq, started ? vi_handle_sts : NULL); in vi_queue_set_started()
|
/openbmc/qemu/contrib/vhost-user-blk/ |
H A D | vhost-user-blk.c | 360 vu_set_queue_handler(vu_dev, vq, started ? vub_process_vq : NULL); in vub_queue_set_started()
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vhost-user-gpu.c | 1060 vu_set_queue_handler(dev, vq, started ? vg_handle_ctrl : NULL); in vg_queue_set_started() 1063 vu_set_queue_handler(dev, vq, started ? vg_handle_cursor : NULL); in vg_queue_set_started()
|
/openbmc/qemu/tests/ |
H A D | vhost-user-bridge.c | 474 vu_set_queue_handler(dev, vq, started ? vubr_handle_tx : NULL); in vubr_queue_set_started()
|