Searched refs:HNS3_RING_EN_REG (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.h | 45 #define HNS3_RING_EN_REG 0x00090 macro
|
H A D | hns3_debugfs.c | 124 value = readl_relaxed(ring->tqp->io_base + HNS3_RING_EN_REG); in hns3_dbg_queue_info()
|
H A D | hns3_enet.c | 331 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.h | 56 #define HNS3_RING_EN_REG 0x00090 macro
|
H A D | hns3_debugfs.c | 662 HNS3_RING_EN_REG) ? "on" : "off"); in hns3_dump_rx_queue_info() 765 HNS3_RING_EN_REG) ? "on" : "off"); in hns3_dump_tx_queue_info()
|
H A D | hns3_enet.c | 662 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_enable() 664 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_enable() 671 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_disable() 673 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_disable() 2838 hns3_tqp_read_reg(tx_ring, HNS3_RING_EN_REG), in hns3_dump_queue_reg()
|
Completed in 22 milliseconds