Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h45 #define HNS3_RING_EN_REG 0x00090 macro
H A Dhns3_debugfs.c124 value = readl_relaxed(ring->tqp->io_base + HNS3_RING_EN_REG); in hns3_dbg_queue_info()
H A Dhns3_enet.c331 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_enable()
333 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_enable()
340 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_disable()
342 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_disable()
1956 ring_en = readl_relaxed(tx_ring->tqp->io_base + HNS3_RING_EN_REG); in hns3_get_tx_timeo_queue_info()