/qemu/hw/virtio/ |
H A D | virtio-balloon.c | 235 virtio_notify(vdev, s->svq); in balloon_stats_poll_cb() 382 virtio_notify(vdev, vq); in virtio_balloon_handle_report() 440 virtio_notify(vdev, vq); in virtio_balloon_handle_output() 461 virtio_notify(vdev, vq); in virtio_balloon_receive_stats() 563 virtio_notify(vdev, vq); in virtio_ballloon_get_free_page_hints()
|
H A D | virtio-pmem.c | 63 virtio_notify((VirtIODevice *)req_data->pmem, req_data->pmem->rq_vq); in done_cb()
|
H A D | virtio-rng.c | 85 virtio_notify(vdev, vrng->vq); in chr_read()
|
H A D | virtio-crypto.c | 301 virtio_notify(vdev, vq); in virtio_crypto_create_session_completion() 331 virtio_notify(vdev, vq); in virtio_crypto_destroy_session_completion() 444 virtio_notify(vdev, vq); in virtio_crypto_handle_ctrl() 583 virtio_notify(vdev, req->vq); in virtio_crypto_req_complete()
|
H A D | vhost-vsock-common.c | 187 virtio_notify(VIRTIO_DEVICE(vvc), vq); in vhost_vsock_common_send_transport_reset()
|
H A D | virtio-iommu.c | 1089 virtio_notify(vdev, vq); in virtio_iommu_handle_command() 1133 virtio_notify(vdev, vq); in virtio_iommu_report_fault()
|
H A D | trace-events | 79 virtio_notify(void *vdev, void *vq) "vdev %p vq %p"
|
H A D | virtio-nsm.c | 1593 virtio_notify(vdev, vq); in handle_input()
|
H A D | virtio-mem.c | 468 virtio_notify(vdev, vq); in virtio_mem_send_response()
|
H A D | virtio.c | 2710 void virtio_notify(VirtIODevice *vdev, VirtQueue *vq) in virtio_notify() function
|
/qemu/pc-bios/s390-ccw/ |
H A D | virtio.c | 65 static long virtio_notify(SubChannelId schid, int vq_idx, long cookie) in virtio_notify() function 137 vr->cookie = virtio_notify(vr->schid, vr->id, vr->cookie); in vring_notify()
|
/qemu/hw/char/ |
H A D | virtio-serial-bus.c | 129 virtio_notify(VIRTIO_DEVICE(port->vser), vq); in write_to_port() 148 virtio_notify(vdev, vq); in discard_vq_data() 211 virtio_notify(vdev, vq); in do_flush_queued_data() 243 virtio_notify(VIRTIO_DEVICE(vser), vq); in send_control_msg() 495 virtio_notify(vdev, vq); in control_out()
|
/qemu/hw/input/ |
H A D | virtio-input.c | 68 virtio_notify(VIRTIO_DEVICE(vinput), vinput->evt); in virtio_input_send() 100 virtio_notify(vdev, vinput->sts); in virtio_input_handle_sts()
|
/qemu/hw/audio/ |
H A D | virtio-snd.c | 729 virtio_notify(VIRTIO_DEVICE(s), cmd->vq); in process_cmd() 837 virtio_notify(vdev, vq); in empty_invalid_queue() 1130 virtio_notify(VIRTIO_DEVICE(stream->s), buffer->vq); in return_tx_buffer() 1223 virtio_notify(VIRTIO_DEVICE(stream->s), buffer->vq); in return_rx_buffer()
|
/qemu/hw/9pfs/ |
H A D | virtio-9p-device.c | 43 virtio_notify(VIRTIO_DEVICE(v), v->vq); in virtio_9p_push_and_notify()
|
/qemu/include/hw/virtio/ |
H A D | virtio.h | 286 void virtio_notify(VirtIODevice *vdev, VirtQueue *vq);
|
/qemu/hw/net/ |
H A D | virtio-net.c | 381 virtio_notify(vdev, vq); in virtio_net_drop_tx_queue_data() 1606 virtio_notify(vdev, vq); in virtio_net_handle_ctrl() 2031 virtio_notify(vdev, q->rx_vq); in virtio_net_receive_rcu() 2666 virtio_notify(vdev, q->tx_vq); in virtio_net_tx_complete() 2778 virtio_notify(vdev, q->tx_vq); in virtio_net_flush_tx()
|
/qemu/hw/display/ |
H A D | virtio-gpu.c | 180 virtio_notify(VIRTIO_DEVICE(g), cmd->vq); in virtio_gpu_ctrl_response() 1144 virtio_notify(vdev, vq); in virtio_gpu_handle_cursor()
|
/qemu/hw/scsi/ |
H A D | virtio-scsi.c | 116 virtio_notify(vdev, vq); in virtio_scsi_complete_req()
|
/qemu/hw/block/ |
H A D | virtio-blk.c | 72 virtio_notify(vdev, req->vq); in virtio_blk_req_complete()
|