Home
last modified time | relevance | path

Searched refs:cmd_id_active (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/virtio/
H A Dvirtio_balloon.c87 __virtio32 cmd_id_active; member
673 vb->cmd_id_active = cpu_to_virtio32(vb->vdev, in send_cmd_id_start()
675 sg_init_one(&sg, &vb->cmd_id_active, sizeof(vb->cmd_id_active)); in send_cmd_id_start()
676 err = virtqueue_add_outbuf(vq, &sg, 1, &vb->cmd_id_active, GFP_KERNEL); in send_cmd_id_start()
748 u32 cmd_id_active; in send_free_pages() local
755 cmd_id_active = virtio32_to_cpu(vb->vdev, vb->cmd_id_active); in send_free_pages()
756 if (unlikely(cmd_id_active != in send_free_pages()
806 virtio32_to_cpu(vb->vdev, vb->cmd_id_active)) { in report_free_page_func()
978 vb->cmd_id_active = cpu_to_virtio32(vb->vdev, in virtballoon_probe()