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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_9p.c71 struct vqueue_info vsc_vq; member in struct:pci_vt9p_softc
171 vq_relchain(&sc->vsc_vq, preq->vsr_idx, preq->vsr_iolen);
172 vq_endchains(&sc->vsc_vq, 1);
186 vq_relchain(&sc->vsc_vq, preq->vsr_idx, 0);
187 vq_endchains(&sc->vsc_vq, 1);
320 vi_softc_linkup(&sc->vsc_vs, &vt9p_vi_consts, sc, pi, &sc->vsc_vq);
322 sc->vsc_vq.vq_qsize = VT9P_RINGSZ;

Completed in 61 milliseconds