Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_console.c74 #define VTCON_MAXPORTS 16 macro
75 #define VTCON_MAXQ (VTCON_MAXPORTS * 2 + 2)
137 struct pci_vtcon_port vsc_ports[VTCON_MAXPORTS];
295 if (*cp != '\0' || port < 0 || port >= VTCON_MAXPORTS) { in pci_vtcon_sock_add()
533 for (i = 0; i < VTCON_MAXPORTS; i++) { in pci_vtcon_control_tx()
545 if (ctrl->id >= VTCON_MAXPORTS || !tmp->vsp_enabled) { in pci_vtcon_control_tx()
677 if (port >= VTCON_MAXPORTS) { in pci_vtcon_legacy_config_port()
718 sc->vsc_config->max_nr_ports = VTCON_MAXPORTS; in pci_vtcon_init()