Home
last modified time | relevance | path

Searched refs:io_base (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/dma/hisilicon/
H A Dhisi_dmadev.c53 return (volatile void *)((char *)hw->io_base + off); in hisi_dma_queue_regaddr()
66 hisi_dma_write_reg(hw->io_base, off, val); in hisi_dma_write_dev()
87 return hisi_dma_read_reg(hw->io_base, off); in hisi_dma_read_dev()
247 hw.io_base = pci_bar; in hisi_dma_init_gbl()
857 hw->io_base = pci_dev->mem_resource[REG_PCI_BAR_INDEX].addr; in hisi_dma_create()
H A Dhisi_dmadev.h253 void *io_base; member
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h489 void *io_base; member
995 hns3_write_reg((a)->io_base, (reg), (value))
998 hns3_read_reg((a)->io_base, (reg))
H A Dhns3_rxtx.c397 tqp_base = (void *)((char *)hw->io_base + in hns3_enable_all_queues()
416 tqp_base = rxq->io_base; in hns3_enable_all_queues()
1419 rxq->io_base = (void *)((char *)hw->io_base + HNS3_TQP_REG_OFFSET + in hns3_fake_rx_queue_setup()
1511 txq->io_base = (void *)((char *)hw->io_base + HNS3_TQP_REG_OFFSET + in hns3_fake_tx_queue_setup()
1906 rxq->io_base = (void *)((char *)hw->io_base + HNS3_TQP_REG_OFFSET + in hns3_rx_queue_setup()
1908 rxq->io_base = (void *)((char *)hw->io_base + in hns3_rx_queue_setup()
1910 rxq->io_head_reg = (volatile void *)((char *)rxq->io_base + in hns3_rx_queue_setup()
3051 txq->io_base = (void *)((char *)hw->io_base + in hns3_tx_queue_setup()
3053 txq->io_tail_reg = (volatile void *)((char *)txq->io_base + in hns3_tx_queue_setup()
H A Dhns3_rxtx.h351 void *io_base __rte_cache_aligned;
524 void *io_base __rte_cache_aligned;
H A Dhns3_ethdev_vf.c1468 hw->io_base = pci_dev->mem_resource[2].addr; in hns3vf_init_vf()
1556 hw->io_base = NULL; in hns3vf_init_vf()
1582 hw->io_base = NULL; in hns3vf_uninit_vf()
H A Dhns3_ethdev.c4592 hw->io_base = pci_dev->mem_resource[2].addr; in hns3_init_pf()
4706 hw->io_base = NULL; in hns3_init_pf()
4738 hw->io_base = NULL; in hns3_uninit_pf()
/dpdk/drivers/net/e1000/base/
H A De1000_vf.h236 unsigned long io_base; member
H A De1000_hw.h981 unsigned long io_base; member
/dpdk/drivers/net/igc/base/
H A Digc_hw.h1007 unsigned long io_base; member