Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c357 hns3_stop_unused_queue(void *tqp_base, enum hns3_ring_type queue_type) in hns3_stop_unused_queue() argument
364 reg = hns3_read_reg(tqp_base, reg_offset); in hns3_stop_unused_queue()
366 hns3_write_reg(tqp_base, reg_offset, reg); in hns3_stop_unused_queue()
377 void *tqp_base; in hns3_enable_all_queues() local
385 tqp_base = (void *)((char *)hw->io_base + in hns3_enable_all_queues()
395 hns3_stop_unused_queue(tqp_base, in hns3_enable_all_queues()
398 hns3_stop_unused_queue(tqp_base, in hns3_enable_all_queues()
404 tqp_base = rxq->io_base; in hns3_enable_all_queues()
411 rcb_reg = hns3_read_reg(tqp_base, HNS3_RING_EN_REG); in hns3_enable_all_queues()
416 hns3_write_reg(tqp_base, HNS3_RING_EN_REG, rcb_reg); in hns3_enable_all_queues()