Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_console.c105 int vsp_txq; member
235 qnum = tx_queue ? port->vsp_txq : port->vsp_rxq; in pci_vtcon_port_to_vq()
258 port->vsp_txq = 0; in pci_vtcon_port_add()
261 port->vsp_txq = (port_id + 1) * 2; in pci_vtcon_port_add()
262 port->vsp_rxq = port->vsp_txq + 1; in pci_vtcon_port_add()
728 sc->vsc_control_port.vsp_txq = 2; in pci_vtcon_init()