Searched refs:queues (Results 26 - 50 of 227) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c501 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
711 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue)
765 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue)
1097 (unsigned int)(queue - bp->queues),
1235 u16 queue_index = queue - bp->queues;
1682 (unsigned int)(queue - bp->queues), work_done, budget);
1768 (unsigned int)(queue - bp->queues), work_done, budget);
1803 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) {
1821 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue)
1851 (unsigned int)(queue - bp->queues),
[all...]
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.h65 u32 queues)
67 return 2 * queues <= adapter->max_num_io_queues;
107 /* The XDP queues are shared between XDP_TX and XDP_REDIRECT */
64 ena_xdp_legal_queue_count(struct ena_adapter *adapter, u32 queues) argument
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dhci.h14 void (*flush_queues)(struct rtw_dev *rtwdev, u32 queues, bool drop);
259 static inline void rtw_hci_flush_queues(struct rtw_dev *rtwdev, u32 queues, argument
263 rtwdev->hci.ops->flush_queues(rtwdev, queues, drop);
270 BIT(rtwdev->hw->queues) - 1,
/linux-master/include/linux/
H A Duacce.h83 * @list: index into uacce queues list
118 * @queues: list of queues
133 struct list_head queues; member in struct:uacce_device
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_private.h67 * @aqm: identifies the AP queues (domains) in the matrix
72 * queues (domains) and control domains that belong to an AP matrix. The bits in
88 * @queues: a hashtable of queues (struct vfio_ap_queue).
91 DECLARE_HASHTABLE(queues, 8);
106 * @qtable: table of queues (struct vfio_ap_queue) assigned to the mdev
136 * @reset_qnode: allows the vfio_ap_queue struct to be added to a list of queues
/linux-master/drivers/net/xen-netback/
H A Dxenbus.c182 &vif->queues[i],
271 xenvif_deinit_queue(&vif->queues[queue_index]);
273 vfree(vif->queues);
274 vif->queues = NULL;
534 struct xenvif_queue *queue = &vif->queues[queue_index];
733 /* Check whether the frontend requested multiple queues
737 "multi-queue-num-queues", 1);
741 "guest requested %u queues, exceeding the maximum of %u.",
763 /* Use the number of queues requested by the frontend */
764 be->vif->queues
[all...]
H A Dinterface.c185 /* If queues are not set up internally - always return 0
215 /* Drop the packet if queues are not set up.
230 queue = &vif->queues[index];
287 queue = &vif->queues[index];
311 queue = &vif->queues[queue_index];
327 queue = &vif->queues[queue_index];
440 void *vif_stats = &vif->queues[queue_index].stats;
494 /* Allocate a netdev with the max. supported number of queues.
518 /* Start out with no queues. */
519 vif->queues
845 struct xenvif_queue *queues = vif->queues; local
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3.c77 &imgu_pipe->queues[i].dmap);
98 &imgu_pipe->queues[i].dmap, size)) {
138 &imgu_pipe->queues[i].dmap,
145 imgu_css_buf_init(&imgu_pipe->queues[i].dummybufs[k], i,
146 imgu_pipe->queues[i].dmap.daddr);
163 if (WARN_ON(!imgu_pipe->queues[queue].dmap.vaddr))
168 if (imgu_css_buf_state(&imgu_pipe->queues[queue].dummybufs[i]) !=
175 imgu_css_buf_init(&imgu_pipe->queues[queue].dummybufs[i], queue,
176 imgu_pipe->queues[queue].dmap.daddr);
178 return &imgu_pipe->queues[queu
[all...]
H A Dipu3.h20 * master queue, the driver queues a buffer also to all other active nodes.
22 * the driver gets an internal dummy buffer and queues it.
103 /* Internally enabled queues */
107 } queues[IPU3_CSS_QUEUES]; member in struct:imgu_media_pipe
/linux-master/tools/perf/util/
H A Dauxtrace.h287 * struct auxtrace_queues - an array of AUX area tracing queues.
288 * @queue_array: array of queues
289 * @nr_queues: number of queues
291 * @populated: queues have been fully populated using the auxtrace_index
314 * struct auxtrace_heap - a heap suitable for sorting AUX area tracing queues.
524 int auxtrace_queues__init_nr(struct auxtrace_queues *queues, int nr_queues);
525 int auxtrace_queues__init(struct auxtrace_queues *queues);
526 int auxtrace_queues__add_event(struct auxtrace_queues *queues,
531 auxtrace_queues__sample_queue(struct auxtrace_queues *queues,
534 int auxtrace_queues__add_sample(struct auxtrace_queues *queues,
[all...]
H A Dcs-etm.c45 struct auxtrace_queues queues; member in struct:cs_etm_auxtrace
486 queue = &etmq->etm->queues.queue_array[etmq->queue_nr];
804 * Pass tid = -1 to process all queues. But likely they will have
869 struct auxtrace_queues *queues = &aux->queues; local
871 for (i = 0; i < queues->nr_queues; i++) {
872 cs_etm__free_queue(queues->queue_array[i].priv);
873 queues->queue_array[i].priv = NULL;
876 auxtrace_queues__free(queues);
1178 * queues befor
2538 struct auxtrace_queues *queues = &etm->queues; local
[all...]
H A Dintel-pt.c63 struct auxtrace_queues queues; member in struct:intel_pt
459 queue = &ptq->pt->queues.queue_array[ptq->queue_nr];
509 queue = &ptq->pt->queues.queue_array[ptq->queue_nr];
1420 for (i = 0; i < pt->queues.nr_queues; i++) {
1421 struct auxtrace_queue *queue = &pt->queues.queue_array[i];
1660 for (i = 0; i < pt->queues.nr_queues; i++) {
1661 ret = intel_pt_setup_queue(pt, &pt->queues.queue_array[i], i);
2557 queue = &pt->queues.queue_array[ptq->queue_nr];
2816 for (i = 0; i < pt->queues.nr_queues; i++) {
2817 struct auxtrace_queue *queue = &pt->queues
3065 struct auxtrace_queues *queues = &pt->queues; local
3563 struct auxtrace_queues *queues = &pt->queues; local
[all...]
/linux-master/drivers/net/
H A Dxen-netfront.c67 "Maximum number of queues per virtual interface");
167 struct netfront_queue *queues; member in struct:netfront_info
367 if (!np->queues || np->broken)
371 queue = &np->queues[i];
660 queue = &np->queues[smp_processor_id() % num_queues];
725 /* Drop the packet if no queues are set up */
732 queue = &np->queues[queue_index];
875 queue = &np->queues[i];
886 struct netfront_queue *queue = &info->queues[i];
893 kfree(info->queues);
[all...]
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c546 static void wfx_flush_vif(struct wfx_vif *wvif, u32 queues, struct sk_buff_head *dropped) argument
552 if (!(BIT(i) & queues))
561 if (!(BIT(i) & queues))
566 dev_warn(wvif->wdev->dev, "frames queued while flushing tx queues?");
570 void wfx_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
580 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL);
584 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL);
/linux-master/drivers/scsi/aacraid/
H A Ddpcsup.c72 atomic_dec(&dev->queues->queue[AdapNormCmdQueue].numpending);
278 struct aac_queue *q = &dev->queues->queue[HostNormCmdQueue];
344 atomic_dec(&dev->queues->queue[AdapNormCmdQueue].numpending);
H A Dsa.c55 aac_command_normal(&dev->queues->queue[HostNormCmdQueue]);
58 aac_response_normal(&dev->queues->queue[HostNormRespQueue]);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_power.c162 mutex_lock(&pvr_dev->queues.lock);
163 has_active_contexts = list_empty(&pvr_dev->queues.active);
164 mutex_unlock(&pvr_dev->queues.lock);
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c105 struct a6xx_hfi_queue *queue = &gmu->queues[HFI_RESPONSE_QUEUE];
174 struct a6xx_hfi_queue *queue = &gmu->queues[HFI_COMMAND_QUEUE];
778 for (i = 0; i < ARRAY_SIZE(gmu->queues); i++) {
779 struct a6xx_hfi_queue *queue = &gmu->queues[i];
835 table_size += (ARRAY_SIZE(gmu->queues) *
843 table->num_queues = ARRAY_SIZE(gmu->queues);
844 table->active_queues = ARRAY_SIZE(gmu->queues);
848 a6xx_hfi_queue_init(&gmu->queues[0], &headers[0], hfi->virt + offset,
853 a6xx_hfi_queue_init(&gmu->queues[1], &headers[1], hfi->virt + offset,
/linux-master/tools/testing/selftests/net/
H A Dtoeplitz.sh51 # Consider only as many queues as RSS actually uses. We assume that
89 for i in /sys/class/net/${DEV}/queues/rx-*/rps_cpus
H A Drps_default_mask.sh34 rps_mask=$($cmd /sys/class/net/$dev_name/queues/rx-0/rps_cpus)
/linux-master/drivers/net/dsa/microchip/
H A Dksz8.h61 int ksz8_all_queues_split(struct ksz_device *dev, int queues);
/linux-master/drivers/nvme/host/
H A Drdma.c105 struct nvme_rdma_queue *queues; member in struct:nvme_rdma_ctrl
161 return queue - queue->ctrl->queues;
300 struct nvme_rdma_queue *queue = &ctrl->queues[queue_idx];
323 struct nvme_rdma_queue *queue = &ctrl->queues[hctx_idx + 1];
335 struct nvme_rdma_queue *queue = &ctrl->queues[0];
468 * Spread I/O queues completion vectors according their queue index.
469 * Admin queues can always go on completion vector 0.
473 /* Polling queues need direct cq polling context */
576 queue = &ctrl->queues[idx];
665 nvme_rdma_free_queue(&ctrl->queues[
[all...]
/linux-master/drivers/scsi/arm/
H A Dacornscsi.h302 unsigned int queues; member in struct:acornscsi_hostdata::__anon593
317 } queues; member in struct:acornscsi_hostdata
H A Dfas216.h255 unsigned int queues; member in struct:__anon2634::__anon2636
283 } queues; member in struct:__anon2634
/linux-master/samples/pktgen/
H A Dfunctions.sh145 # Given an Dev/iface, get its queues' irq numbers
149 local queues="${IFACE}-.*TxRx"
151 irqs=$(grep "$queues" /proc/interrupts | cut -f1 -d:)

Completed in 399 milliseconds

12345678910