Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_virtio_9p.c77 struct vqueue_info vsc_vq; member
179 vq_relchain(&sc->vsc_vq, preq->vsr_idx, preq->vsr_iolen); in pci_vt9p_send()
180 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_send()
194 vq_relchain(&sc->vsc_vq, preq->vsr_idx, 0); in pci_vt9p_drop()
195 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_drop()
374 vi_softc_linkup(&sc->vsc_vs, &vt9p_vi_consts, sc, pi, &sc->vsc_vq); in pci_vt9p_init()
376 sc->vsc_vq.vq_qsize = VT9P_RINGSZ; in pci_vt9p_init()