Searched refs:vsc_nports (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_console.c131 int vsc_nports; member in struct:pci_vtcon_softc
250 if (sc->vsc_nports == VTCON_MAXPORTS) {
255 port = &sc->vsc_ports[sc->vsc_nports++];
256 port->vsp_id = sc->vsc_nports - 1;
267 port->vsp_txq = sc->vsc_nports * 2;
501 if (ctrl->id >= sc->vsc_nports) {

Completed in 104 milliseconds