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