Searched refs:vsc_vq (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_9p.c | 70 struct vqueue_info vsc_vq; member 168 vq_relchain(&sc->vsc_vq, preq->vsr_idx, preq->vsr_iolen); in pci_vt9p_send() 169 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_send() 183 vq_relchain(&sc->vsc_vq, preq->vsr_idx, 0); in pci_vt9p_drop() 184 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_drop() 323 vi_softc_linkup(&sc->vsc_vs, &vt9p_vi_consts, sc, pi, &sc->vsc_vq); in pci_vt9p_init() 325 sc->vsc_vq.vq_qsize = VT9P_RINGSZ; in pci_vt9p_init()
|