Searched full:virtqueues (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/netmap/ |
H A D | if_vtnet_netmap.h | 347 /* 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 D | virtio_pci.c | 627 * 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 D | virtio_net.h | 226 * 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 D | if_vtnet.c | 463 device_printf(dev, "cannot allocate virtqueues\n"); in vtnet_attach()
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | st,stm32-rproc.yaml | 68 A channel (a) used to communicate through virtqueues with the
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 115 * 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 D | virtio_balloon.c | 202 device_printf(dev, "cannot allocate virtqueues\n"); in vtballoon_attach()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_block.c | 494 /* init virtio softc and virtqueues */ in pci_vtblk_init()
|
H A D | virtio.h | 134 * virtqueues can have a different PFN, and size, for each queue.
|
/freebsd/sys/dev/virtio/mmio/ |
H A D | virtio_mmio.c | 1012 /* Notify all virtqueues. */ in vtmmio_vq_intr()
|
/freebsd/sys/dev/virtio/scsi/ |
H A D | virtio_scsi.c | 313 device_printf(dev, "cannot allocate virtqueues\n"); in vtscsi_attach() 2041 /* Rid the virtqueues of any remaining requests. */ in vtscsi_reset_bus()
|