Home
last modified time | relevance | path

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

/openbmc/linux/drivers/virtio/
H A Dvirtio_balloon.c86 __virtio32 cmd_id_active; member
592 vb->cmd_id_active = cpu_to_virtio32(vb->vdev, in send_cmd_id_start()
594 sg_init_one(&sg, &vb->cmd_id_active, sizeof(vb->cmd_id_active)); in send_cmd_id_start()
595 err = virtqueue_add_outbuf(vq, &sg, 1, &vb->cmd_id_active, GFP_KERNEL); in send_cmd_id_start()
668 u32 cmd_id_active; in send_free_pages() local
675 cmd_id_active = virtio32_to_cpu(vb->vdev, vb->cmd_id_active); in send_free_pages()
676 if (unlikely(cmd_id_active != in send_free_pages()
726 virtio32_to_cpu(vb->vdev, vb->cmd_id_active)) { in report_free_page_func()
916 vb->cmd_id_active = cpu_to_virtio32(vb->vdev, in virtballoon_probe()