Home
last modified time | relevance | path

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

/drivers/virtio/
Dvirtio_balloon.c87 __virtio32 cmd_id_active; member
546 vb->cmd_id_active = virtio32_to_cpu(vb->vdev, in send_cmd_id_start()
548 sg_init_one(&sg, &vb->cmd_id_active, sizeof(vb->cmd_id_active)); in send_cmd_id_start()
549 err = virtqueue_add_outbuf(vq, &sg, 1, &vb->cmd_id_active, GFP_KERNEL); in send_cmd_id_start()
622 u32 cmd_id_active; in send_free_pages() local
629 cmd_id_active = virtio32_to_cpu(vb->vdev, vb->cmd_id_active); in send_free_pages()
630 if (unlikely(cmd_id_active != in send_free_pages()
680 virtio32_to_cpu(vb->vdev, vb->cmd_id_active)) { in report_free_page_func()
923 vb->cmd_id_active = cpu_to_virtio32(vb->vdev, in virtballoon_probe()