Searched refs:max_nr_ports (Results 1 – 2 of 2) sorted by relevance
52 __virtio32 max_nr_ports; member
144 u32 max_nr_ports; member1591 portdev->max_nr_ports) { in handle_control_message()1595 cpkt->id, portdev->max_nr_ports - 1); in handle_control_message()1849 nr_ports = portdev->max_nr_ports; in init_vqs()2040 portdev->max_nr_ports = 1; in virtcons_probe()2045 struct virtio_console_config, max_nr_ports, in virtcons_probe()2046 &portdev->max_nr_ports) == 0) { in virtcons_probe()2047 if (portdev->max_nr_ports == 0 || in virtcons_probe()2048 portdev->max_nr_ports > VIRTCONS_MAX_PORTS) { in virtcons_probe()2051 portdev->max_nr_ports); in virtcons_probe()