Searched refs:vq_endchains (Results 1 – 9 of 9) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | pci_virtio_rnd.c | 115 vq_endchains(vq, 0); in pci_vtrnd_notify() 135 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */ in pci_vtrnd_notify()
|
| H A D | pci_virtio_console.c | 431 vq_endchains(vq, 1); in pci_vtcon_sock_rx() 445 vq_endchains(vq, 0); in pci_vtcon_sock_rx() 455 vq_endchains(vq, 1); in pci_vtcon_sock_rx() 596 vq_endchains(vq, 1); in pci_vtcon_control_send() 623 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */ in pci_vtcon_notify_tx()
|
| H A D | pci_virtio_net.c | 270 vq_endchains(vq, /*used_all_avail=*/0); in pci_vtnet_rx() 305 vq_endchains(vq, /*used_all_avail=*/1); in pci_vtnet_rx() 542 vq_endchains(vq, /*used_all_avail=*/1); in pci_vtnet_tx_thread()
|
| H A D | pci_virtio_9p.c | 169 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_send() 184 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_drop()
|
| H A D | virtio.h | 424 void vq_endchains(struct vqueue_info *vq, int used_all_avail);
|
| H A D | pci_virtio_input.c | 232 vq_endchains(vq, 1); in pci_vtinput_notify_statusq() 566 vq_endchains(vq, 1); in vtinput_eventqueue_send_events()
|
| H A D | pci_virtio_scsi.c | 805 vq_endchains(q->vsq_vq, 0); in pci_vtscsi_return_request() 914 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */ in pci_vtscsi_controlq_notify()
|
| H A D | pci_virtio_block.c | 249 vq_endchains(&sc->vbsc_vq, 0); in pci_vtblk_done_locked()
|
| H A D | virtio.c | 475 vq_endchains(struct vqueue_info *vq, int used_all_avail) in vq_endchains() function
|