Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvirtio_console.h52 __virtio32 max_nr_ports; member
/linux/drivers/char/
H A Dvirtio_console.c137 u32 max_nr_ports; member
1555 portdev->max_nr_ports) { in handle_control_message()
1559 cpkt->id, portdev->max_nr_ports - 1); in handle_control_message()
1811 nr_ports = portdev->max_nr_ports; in init_vqs()
1991 portdev->max_nr_ports = 1; in virtcons_probe()
1996 struct virtio_console_config, max_nr_ports, in virtcons_probe()
1997 &portdev->max_nr_ports) == 0) { in virtcons_probe()
1998 if (portdev->max_nr_ports == 0 || in virtcons_probe()
1999 portdev->max_nr_ports > VIRTCONS_MAX_PORTS) { in virtcons_probe()
2002 portdev->max_nr_ports); in virtcons_probe()