Searched refs:handle_output (Results 1 – 3 of 3) sorted by relevance
499 static void handle_output(VirtIODevice *vdev, VirtQueue *vq) in handle_output() function1063 vser->ovqs[0] = virtio_add_queue(vdev, 128, handle_output); in virtio_serial_device_realize()1080 vser->ovqs[i] = virtio_add_queue(vdev, 128, handle_output); in virtio_serial_device_realize()
150 VirtIOHandleOutput handle_output; member2448 if (vq->vring.desc && vq->handle_output) { in virtio_queue_notify_vq()2456 vq->handle_output(vdev, vq); in virtio_queue_notify_vq()2475 } else if (vq->handle_output) { in virtio_queue_notify()2476 vq->handle_output(vdev, vq); in virtio_queue_notify()2508 VirtIOHandleOutput handle_output) in virtio_add_queue() argument2523 vdev->vq[i].handle_output = handle_output; in virtio_add_queue()2533 vq->handle_output = NULL; in virtio_delete_queue()
254 VirtIOHandleOutput handle_output);