Searched refs:queue_base (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/netronome/nfp/abm/ |
| H A D | ctrl.c | 58 qid = band * NFP_NET_MAX_RX_RINGS + alink->queue_base + queue; in nfp_abm_ctrl_stat() 67 alink->id, band, queue, alink->queue_base); in nfp_abm_ctrl_stat() 103 threshold = band * NFP_NET_MAX_RX_RINGS + alink->queue_base + queue; in nfp_abm_ctrl_set_q_lvl() 136 qid = band * NFP_NET_MAX_RX_RINGS + alink->queue_base + queue; in nfp_abm_ctrl_set_q_act() 179 unsigned int id = alink->queue_base + queue; in nfp_abm_ctrl_stat_basic() 309 alink->queue_base = nn_readl(alink->vnic, NFP_NET_CFG_START_RXQ); in nfp_abm_ctrl_read_params() 310 alink->queue_base /= alink->vnic->stride_rx; in nfp_abm_ctrl_read_params()
|
| H A D | main.h | 210 unsigned int queue_base; member
|
| H A D | qdisc.c | 256 i * NFP_NET_MAX_RX_RINGS + alink->queue_base, in nfp_abm_qdisc_offload_update()
|
| /linux/drivers/dma/ |
| H A D | hisi_dma.c | 165 void __iomem *queue_base; /* queue region start of register */ member 350 addr = hdma_dev->queue_base + HISI_DMA_Q_CTRL0 + in hisi_dma_pause_dma() 360 addr = hdma_dev->queue_base + HISI_DMA_Q_CTRL0 + in hisi_dma_enable_dma() 367 void __iomem *q_base = hdma_dev->queue_base; in hisi_dma_mask_irq() 383 void __iomem *q_base = hdma_dev->queue_base; in hisi_dma_unmask_irq() 407 addr = hdma_dev->queue_base + in hisi_dma_do_reset() 414 void __iomem *q_base = hdma_dev->queue_base; in hisi_dma_reset_qp_point() 432 addr = hdma_dev->queue_base + in hisi_dma_reset_or_disable_hw_chan() 535 hisi_dma_chan_write(hdma_dev->queue_base, HISI_DMA_Q_SQ_TAIL_PTR, in hisi_dma_start_transfer() 610 void __iomem *q_base = hdma_dev->queue_base; in hisi_dma_init_hw_qp() [all …]
|
| /linux/drivers/net/ethernet/qualcomm/ppe/ |
| H A D | ppe_config.h | 296 int queue_base,
|
| H A D | ppe_config.c | 984 int queue_base, int profile_id) in ppe_queue_ucast_base_set() argument 1000 val |= FIELD_PREP(PPE_UCAST_QUEUE_MAP_TBL_QUEUE_ID, queue_base); in ppe_queue_ucast_base_set()
|