Searched refs:virtio_console_control (Results 1 – 2 of 2) sorted by relevance
61 struct virtio_console_control { struct
158 struct virtio_console_control cpkt;565 sg_init_one(sg, &portdev->cpkt, sizeof(struct virtio_console_control)); in __send_control_msg()1568 struct virtio_console_control *cpkt; in handle_control_message()1573 cpkt = (struct virtio_console_control *)(buf->buf + buf->offset); in handle_control_message()