Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c369 hns3_stop_unused_queue(void *tqp_base, enum hns3_ring_type queue_type) in hns3_stop_unused_queue() argument
376 reg = hns3_read_reg(tqp_base, reg_offset); in hns3_stop_unused_queue()
378 hns3_write_reg(tqp_base, reg_offset, reg); in hns3_stop_unused_queue()
389 void *tqp_base; in hns3_enable_all_queues() local
397 tqp_base = (void *)((char *)hw->io_base + in hns3_enable_all_queues()
407 hns3_stop_unused_queue(tqp_base, in hns3_enable_all_queues()
410 hns3_stop_unused_queue(tqp_base, in hns3_enable_all_queues()
416 tqp_base = rxq->io_base; in hns3_enable_all_queues()
423 rcb_reg = hns3_read_reg(tqp_base, HNS3_RING_EN_REG); in hns3_enable_all_queues()
428 hns3_write_reg(tqp_base, HNS3_RING_EN_REG, rcb_reg); in hns3_enable_all_queues()