Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h422 void *io_base; member
873 hns3_write_reg((a)->io_base, (reg), (value))
876 hns3_read_reg((a)->io_base, (reg))
H A Dhns3_rxtx.c385 tqp_base = (void *)((char *)hw->io_base + in hns3_enable_all_queues()
404 tqp_base = rxq->io_base; in hns3_enable_all_queues()
1302 rxq->io_base = (void *)((char *)hw->io_base + HNS3_TQP_REG_OFFSET + in hns3_fake_rx_queue_setup()
1397 txq->io_base = (void *)((char *)hw->io_base + HNS3_TQP_REG_OFFSET + in hns3_fake_tx_queue_setup()
1788 rxq->io_base = (void *)((char *)hw->io_base + HNS3_TQP_REG_OFFSET + in hns3_rx_queue_setup()
1790 rxq->io_base = (void *)((char *)hw->io_base + in hns3_rx_queue_setup()
1792 rxq->io_head_reg = (volatile void *)((char *)rxq->io_base + in hns3_rx_queue_setup()
2619 txq->io_base = (void *)((char *)hw->io_base + in hns3_tx_queue_setup()
2621 txq->io_tail_reg = (volatile void *)((char *)txq->io_base + in hns3_tx_queue_setup()
H A Dhns3_rxtx.h270 void *io_base; member
332 void *io_base; member
H A Dhns3_ethdev_vf.c1779 hw->io_base = pci_dev->mem_resource[2].addr; in hns3vf_init_vf()
1859 hw->io_base = NULL; in hns3vf_init_vf()
1884 hw->io_base = NULL; in hns3vf_uninit_vf()
H A Dhns3_ethdev.c4596 hw->io_base = pci_dev->mem_resource[2].addr; in hns3_init_pf()
4691 hw->io_base = NULL; in hns3_init_pf()
4720 hw->io_base = NULL; in hns3_uninit_pf()
/f-stack/freebsd/arm/mv/
H A Dmv_pci.c764 bus_addr_t io_base, mem_base; in mv_pcib_init_bridge() local
768 io_base = sc->sc_io_base; in mv_pcib_init_bridge()
769 io_limit = io_base + sc->sc_io_size - 1; in mv_pcib_init_bridge()
775 io_base >> 8, 1); in mv_pcib_init_bridge()
777 io_base >> 16, 2); in mv_pcib_init_bridge()
/f-stack/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
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_hw.h1007 unsigned long io_base; member