Searched refs:q_base (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/dma/
H A Dhisi_dma.c367 void __iomem *q_base = hdma_dev->queue_base; local
370 hisi_dma_chan_write(q_base, HISI_DMA_HIP08_Q_INT_MSK,
373 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_INT_MSK,
375 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_ERR_INT_MSK,
383 void __iomem *q_base = hdma_dev->queue_base; local
386 hisi_dma_chan_write(q_base, HISI_DMA_HIP08_Q_INT_STS,
388 hisi_dma_chan_write(q_base, HISI_DMA_HIP08_Q_INT_MSK,
391 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_INT_STS,
393 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_ERR_INT_STS,
396 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_INT_MS
414 void __iomem *q_base = hdma_dev->queue_base; local
610 void __iomem *q_base = hdma_dev->queue_base; local
733 void __iomem *q_base; local
[all...]
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dcore.c148 if (qcq->q_base)
150 qcq->q_base, qcq->q_base_pa);
192 void *q_base, *cq_base; local
236 qcq->q_base = dma_alloc_coherent(dev,
240 if (!qcq->q_base) {
244 q_base = PTR_ALIGN(qcq->q_base, PDS_PAGE_SIZE);
246 pdsc_q_map(&qcq->q, q_base, q_base_pa);
248 cq_base = PTR_ALIGN(q_base +
258 qcq->q_base
[all...]
H A Dcore.h117 void *q_base; member in struct:pdsc_qcq
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_base.c827 u16 q_id, q_base; local
835 q_base = vsi->num_txq - tx_rings_rem;
837 for (q_id = q_base; q_id < (q_base + tx_rings_per_v); q_id++) {
852 q_base = vsi->num_rxq - rx_rings_rem;
854 for (q_id = q_base; q_id < (q_base + rx_rings_per_v); q_id++) {
H A Dice_main.c2719 int xdp_rings_per_v, q_id, q_base; local
2723 q_base = vsi->num_xdp_txq - xdp_rings_rem;
2725 for (q_id = q_base; q_id < (q_base + xdp_rings_per_v); q_id++) {
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c406 if (qcq->q_base) {
407 dma_free_coherent(dev, qcq->q_size, qcq->q_base, qcq->q_base_pa);
408 qcq->q_base = NULL;
596 new->q_base = dma_alloc_coherent(dev, new->q_size,
598 if (!new->q_base) {
603 new->q.base = PTR_ALIGN(new->q_base, PAGE_SIZE);
613 new->q_base = dma_alloc_coherent(dev, new->q_size, &new->q_base_pa,
615 if (!new->q_base) {
620 new->q.base = PTR_ALIGN(new->q_base, PAGE_SIZE);
691 dma_free_coherent(dev, new->q_size, new->q_base, ne
[all...]
H A Dionic_lif.h71 void *q_base; member in struct:ionic_qcq
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h539 u64 q_base; member in struct:arm_smmu_queue
H A Darm-smmu-v3.c3133 q->q_base = Q_BASE_RWA;
3134 q->q_base |= q->base_dma & Q_BASE_ADDR_MASK;
3135 q->q_base |= FIELD_PREP(Q_BASE_LOG2SIZE, q->llq.max_n_shift);
3548 writeq_relaxed(smmu->cmdq.q.q_base, smmu->base + ARM_SMMU_CMDQ_BASE);
3574 writeq_relaxed(smmu->evtq.q.q_base, smmu->base + ARM_SMMU_EVTQ_BASE);
3588 writeq_relaxed(smmu->priq.q.q_base,
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c3408 u32 q_base = qm->qp_num; local
3439 ret = hisi_qm_set_vft(qm, i, q_base, act_q_num);
3445 q_base += act_q_num;
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dmain.c2452 int i, q_base; local
2477 q_base = find_first_zero_bit(iter_data.hw_queue_map,
2479 if (q_base >= WLCORE_NUM_MAC_ADDRESSES)
2482 wlvif->hw_queue_base = q_base * NUM_TX_QUEUES;

Completed in 387 milliseconds