Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dvirtio_uml.c77 #define vu_err(vu_dev, ...) dev_err(&(vu_dev)->pdev->dev, ##__VA_ARGS__) argument
128 static int vhost_user_recv(struct virtio_uml_device *vu_dev, in vhost_user_recv()
160 static void vhost_user_check_reset(struct virtio_uml_device *vu_dev, in vhost_user_check_reset()
176 static int vhost_user_recv_resp(struct virtio_uml_device *vu_dev, in vhost_user_recv_resp()
194 static int vhost_user_recv_u64(struct virtio_uml_device *vu_dev, in vhost_user_recv_u64()
209 static int vhost_user_recv_req(struct virtio_uml_device *vu_dev, in vhost_user_recv_req()
226 static int vhost_user_send(struct virtio_uml_device *vu_dev, in vhost_user_send()
274 static int vhost_user_send_no_payload(struct virtio_uml_device *vu_dev, in vhost_user_send_no_payload()
284 static int vhost_user_send_no_payload_fd(struct virtio_uml_device *vu_dev, in vhost_user_send_no_payload_fd()
294 static int vhost_user_send_u64(struct virtio_uml_device *vu_dev, in vhost_user_send_u64()
[all …]
/openbmc/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()
/openbmc/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()
/openbmc/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()
/openbmc/qemu/include/qemu/
H A Dvhost-user-server.h23 VuDev *vu_dev; member
49 VuDev vu_dev; member
/openbmc/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()
/openbmc/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()