Searched refs:queues (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioDevice.cpp182 VirtioDevice::AllocateQueues(size_t count, virtio_queue *queues) argument
184 if (count > VIRTIO_VIRTQUEUES_MAX_COUNT || queues == NULL)
196 queues[index] = fQueues[index];
H A DVirtioModule.cpp100 virtio_alloc_queues(virtio_device _device, size_t count, virtio_queue *queues) argument
104 return device->AllocateQueues(count, queues);
H A DVirtioPrivate.h59 virtio_queue *queues);
/haiku/headers/private/virtio/
H A Dvirtio.h120 virtio_queue* queues);
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp469 virtio_queue* queues)
495 queues[i] = dev->fQueues[i].Get();
468 virtio_device_alloc_queues(virtio_device cookie, size_t count, virtio_queue* queues) argument
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c4899 * - - X RX and TX queues mapped to consecutive physical
4902 * - X X RX and TX queues mapped to consecutive cores
4905 * X - X RX and TX queues mapped to consecutive physical
4907 * X X X RX queues mapped to consecutive physical cores
4908 * first, then TX queues mapped to L2 neighbor of
4911 * - n/a - RX and TX queues mapped to consecutive cores of
4914 * X n/a - RX and TX queues mapped to consecutive cores of
4952 * separately of how many queues prior to this one
5029 * when separate CPUs are being allocated to TX and RX queues,
5031 * CPUs contains only physical CPUs, and TX queues ar
6718 int msgs, queuemsgs, queues, rx_queues, tx_queues, vectors; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h767 * to release uCode to clear all Tx and command queues, enter
1747 * to allow dynamic allocation of queues on-demand, rather than allocate them
1753 * Although the queues in DQA mode are dynamically allocated, there are still
1754 * some queues that are statically allocated:
1766 /* Reserve 8 DQA Tx queues for QoS data frames. */
2780 * @bss: timeout for the queues of a BSS (except for TDLS queues) in ms
2781 * @softap: timeout for the queues of a softAP in ms
2782 * @p2p_go: timeout for the queues of a P2P GO in ms
2783 * @p2p_client: timeout for the queues o
6259 struct iwx_flush_queue_info queues[IWX_TX_FLUSH_QUEUE_RSP]; member in struct:iwx_tx_path_flush_cmd_rsp
[all...]
H A Dif_iwx.c2067 * Tx aggregation requires additional queues, one queue per TID for
2069 * Firmware may assign its own internal IDs for these queues
2546 /* Enable the RX queues cause interrupts */
6429 struct iwx_flush_queue_info *queue_info = &resp->queues[i];
7642 * Tx queues have been flushed and Tx agg has been stopped.
7692 * Other TIDs and data queues are reserved for QoS data frames.
9228 /* Don't queue additional frames while flushing Tx queues. */
9363 * Tx aggregation queues can get "stuck" while other queues

Completed in 220 milliseconds