Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/virtio/
Dvirtio_balloon.c93 __virtio32 cmd_id_active; member
595 vb->cmd_id_active = cpu_to_virtio32(vb->vdev, in send_cmd_id_start()
597 sg_init_one(&sg, &vb->cmd_id_active, sizeof(vb->cmd_id_active)); in send_cmd_id_start()
598 err = virtqueue_add_outbuf(vq, &sg, 1, &vb->cmd_id_active, GFP_KERNEL); in send_cmd_id_start()
671 u32 cmd_id_active; in send_free_pages() local
678 cmd_id_active = virtio32_to_cpu(vb->vdev, vb->cmd_id_active); in send_free_pages()
679 if (unlikely(cmd_id_active != in send_free_pages()
729 virtio32_to_cpu(vb->vdev, vb->cmd_id_active)) { in report_free_page_func()
943 vb->cmd_id_active = cpu_to_virtio32(vb->vdev, in virtballoon_probe()