Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_rnd.c117 vq_endchains(vq, 0); in pci_vtrnd_notify()
137 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */ in pci_vtrnd_notify()
H A Dpci_virtio_net.c261 vq_endchains(vq, /*used_all_avail=*/0); in pci_vtnet_rx()
296 vq_endchains(vq, /*used_all_avail=*/1); in pci_vtnet_rx()
312 vq_endchains(vq, /*used_all_avail=*/0); in pci_vtnet_rx()
326 vq_endchains(vq, /*used_all_avail=*/0); in pci_vtnet_rx()
558 vq_endchains(vq, /*used_all_avail=*/1); in pci_vtnet_tx_thread()
H A Dpci_virtio_console.c453 vq_endchains(vq, 1); in pci_vtcon_sock_rx()
467 vq_endchains(vq, 0); in pci_vtcon_sock_rx()
477 vq_endchains(vq, 1); in pci_vtcon_sock_rx()
615 vq_endchains(vq, 1); in pci_vtcon_control_send()
642 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */ in pci_vtcon_notify_tx()
H A Dpci_virtio_9p.c181 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_send()
196 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_drop()
H A Dvirtio.h436 void vq_endchains(struct vqueue_info *vq, int used_all_avail);
H A Dpci_virtio_input.c234 vq_endchains(vq, 1); in pci_vtinput_notify_statusq()
568 vq_endchains(vq, 1); in vtinput_eventqueue_send_events()
H A Dpci_virtio_scsi.c287 vq_endchains(q->vsq_vq, 0); in pci_vtscsi_proc()
602 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */ in pci_vtscsi_controlq_notify()
H A Dpci_virtio_block.c266 vq_endchains(&sc->vbsc_vq, 0); in pci_vtblk_done_locked()
H A Dvirtio.c471 vq_endchains(struct vqueue_info *vq, int used_all_avail) in vq_endchains() function
H A Dpci_virtio_viona.c501 vq_endchains(vq, /* used_all_avail= */1); in pci_viona_process_ctrlq()