Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_console.c111 int vsp_txq; member
241 qnum = tx_queue ? port->vsp_txq : port->vsp_rxq; in pci_vtcon_port_to_vq()
264 port->vsp_txq = 0; in pci_vtcon_port_add()
267 port->vsp_txq = (port_id + 1) * 2; in pci_vtcon_port_add()
268 port->vsp_rxq = port->vsp_txq + 1; in pci_vtcon_port_add()
747 sc->vsc_control_port.vsp_txq = 2; in pci_vtcon_init()