Home
last modified time | relevance | path

Searched full:virtqueues (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dif_vtnet_netmap.h347 /* Enable/disable interrupts on all virtqueues. */
377 * TX virtqueues use indirect descriptors if the feature was negotiated in vtnet_netmap_tx_slots()
400 * RX virtqueues use indirect descriptors if the feature was negotiated in vtnet_netmap_rx_slots()
/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci.c627 * Now allocate the interrupts for the virtqueues. This may be one in vtpci_alloc_intr_resources()
628 * for all the virtqueues, or one for each virtqueue. Subtract one in vtpci_alloc_intr_resources()
713 * For shared MSIX, all the virtqueues share the first in vtpci_set_host_msix_vectors()
986 CTLFLAG_RD, &cn->vtpci_nvqs, 0, "Number of virtqueues"); in vtpci_setup_sysctl()
/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h226 * device, the device will not steer new packets on receive virtqueues
227 * other than specified nor read from transmit virtqueues other than
229 * virtqueues other than specified.
H A Dif_vtnet.c463 device_printf(dev, "cannot allocate virtqueues\n"); in vtnet_attach()
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dst,stm32-rproc.yaml68 A channel (a) used to communicate through virtqueues with the
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c115 * to allocate all the virtqueues during attach. This array is
347 device_printf(dev, "cannot allocate virtqueues\n"); in vtcon_attach()
523 /* The control virtqueues are after the first port. */ in vtcon_alloc_virtqueues()
/freebsd/sys/dev/virtio/balloon/
H A Dvirtio_balloon.c202 device_printf(dev, "cannot allocate virtqueues\n"); in vtballoon_attach()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_block.c494 /* init virtio softc and virtqueues */ in pci_vtblk_init()
H A Dvirtio.h134 * virtqueues can have a different PFN, and size, for each queue.
/freebsd/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c1012 /* Notify all virtqueues. */ in vtmmio_vq_intr()
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c313 device_printf(dev, "cannot allocate virtqueues\n"); in vtscsi_attach()
2041 /* Rid the virtqueues of any remaining requests. */ in vtscsi_reset_bus()