Searched refs:scport (Results 1 – 1 of 1) sorted by relevance
485 struct vtcon_softc_port *scport; in vtcon_alloc_scports() local496 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() local533 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() local578 scport = &sc->vtcon_ports[i]; in vtcon_destroy_ports()580 port = scport->vcsp_port; in vtcon_destroy_ports()[all …]