Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c485 struct vtcon_softc_port *scport; in vtcon_alloc_scports() local
496 scport = &sc->vtcon_ports[i]; in vtcon_alloc_scports()
497 scport->vcsp_sc = sc; in vtcon_alloc_scports()
508 struct vtcon_softc_port *scport; in vtcon_alloc_virtqueues() local
533 scport = &sc->vtcon_ports[portidx]; in vtcon_alloc_virtqueues()
536 scport, &scport->vcsp_invq, "%s-port%d in", in vtcon_alloc_virtqueues()
539 NULL, &scport->vcsp_outvq, "%s-port%d out", in vtcon_alloc_virtqueues()
568 struct vtcon_softc_port *scport; in vtcon_destroy_ports() local
578 scport = &sc->vtcon_ports[i]; in vtcon_destroy_ports()
580 port = scport->vcsp_port; in vtcon_destroy_ports()
[all …]