Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_9p.c78 struct vqueue_info vsc_vq; member
180 vq_relchain(&sc->vsc_vq, preq->vsr_idx, preq->vsr_iolen); in pci_vt9p_send()
181 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_send()
195 vq_relchain(&sc->vsc_vq, preq->vsr_idx, 0); in pci_vt9p_drop()
196 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_drop()
375 vi_softc_linkup(&sc->vsc_vs, &vt9p_vi_consts, sc, pi, &sc->vsc_vq); in pci_vt9p_init()
377 sc->vsc_vq.vq_qsize = VT9P_RINGSZ; in pci_vt9p_init()