Searched refs:vq_endchains (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/usr.sbin/bhyve/ |
| HD | pci_virtio_rnd.c | 116 vq_endchains(vq, 0); in pci_vtrnd_notify() 136 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */ in pci_vtrnd_notify()
|
| HD | pci_virtio_console.c | 432 vq_endchains(vq, 1); in pci_vtcon_sock_rx() 446 vq_endchains(vq, 0); in pci_vtcon_sock_rx() 456 vq_endchains(vq, 1); in pci_vtcon_sock_rx() 597 vq_endchains(vq, 1); in pci_vtcon_control_send() 624 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */ in pci_vtcon_notify_tx()
|
| HD | pci_virtio_net.c | 271 vq_endchains(vq, /*used_all_avail=*/0); in pci_vtnet_rx() 306 vq_endchains(vq, /*used_all_avail=*/1); in pci_vtnet_rx() 543 vq_endchains(vq, /*used_all_avail=*/1); in pci_vtnet_tx_thread()
|
| HD | pci_virtio_9p.c | 170 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_send() 185 vq_endchains(&sc->vsc_vq, 1); in pci_vt9p_drop()
|
| HD | virtio.h | 426 void vq_endchains(struct vqueue_info *vq, int used_all_avail);
|
| HD | pci_virtio_input.c | 233 vq_endchains(vq, 1); in pci_vtinput_notify_statusq() 567 vq_endchains(vq, 1); in vtinput_eventqueue_send_events()
|
| HD | pci_virtio_scsi.c | 286 vq_endchains(q->vsq_vq, 0); in pci_vtscsi_proc() 601 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */ in pci_vtscsi_controlq_notify()
|
| HD | pci_virtio_block.c | 250 vq_endchains(&sc->vbsc_vq, 0); in pci_vtblk_done_locked()
|
| HD | virtio.c | 476 vq_endchains(struct vqueue_info *vq, int used_all_avail) in vq_endchains() function
|